2017-09-12 12:48:21 +02:00
|
|
|
Manifest-Version: 1.0
|
2018-06-02 23:41:27 +02:00
|
|
|
Automatic-Module-Name: com.minres.rdl
|
2017-09-12 12:48:21 +02:00
|
|
|
Bundle-ManifestVersion: 2
|
|
|
|
Bundle-Name: com.minres.rdl
|
2018-06-03 10:45:09 +02:00
|
|
|
Bundle-Vendor: MINRES Technologies GmbH
|
2023-01-05 16:17:49 +01:00
|
|
|
Bundle-Version: 1.4.1
|
2017-09-12 12:48:21 +02:00
|
|
|
Bundle-SymbolicName: com.minres.rdl; singleton:=true
|
|
|
|
Bundle-ActivationPolicy: lazy
|
|
|
|
Require-Bundle: org.eclipse.xtext,
|
|
|
|
org.eclipse.xtext.xbase,
|
|
|
|
org.eclipse.equinox.common;bundle-version="3.5.0",
|
|
|
|
org.eclipse.emf.ecore,
|
2018-06-02 23:41:27 +02:00
|
|
|
org.eclipse.xtext.xbase.lib;bundle-version="2.14.0",
|
2017-09-12 12:48:21 +02:00
|
|
|
org.eclipse.xtext.util,
|
|
|
|
org.eclipse.emf.common,
|
2018-06-02 23:41:27 +02:00
|
|
|
org.eclipse.xtend.lib;bundle-version="2.14.0",
|
2022-02-13 17:46:43 +01:00
|
|
|
org.antlr.runtime;bundle-version="[3.2.0,3.2.1)",
|
|
|
|
org.eclipse.equinox.preferences,
|
|
|
|
org.eclipse.emf.mwe.utils
|
|
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-11
|
2017-09-19 21:40:48 +02:00
|
|
|
Export-Package: com.minres.rdl,
|
|
|
|
com.minres.rdl.generator,
|
|
|
|
com.minres.rdl.parser.antlr,
|
2017-09-12 12:48:21 +02:00
|
|
|
com.minres.rdl.parser.antlr.internal,
|
2017-09-19 21:40:48 +02:00
|
|
|
com.minres.rdl.preferences,
|
|
|
|
com.minres.rdl.rdl,
|
2017-09-12 12:48:21 +02:00
|
|
|
com.minres.rdl.rdl.impl,
|
2017-09-19 21:40:48 +02:00
|
|
|
com.minres.rdl.rdl.util,
|
|
|
|
com.minres.rdl.scoping,
|
|
|
|
com.minres.rdl.serializer,
|
2017-09-12 12:48:21 +02:00
|
|
|
com.minres.rdl.services,
|
2018-06-04 18:49:04 +02:00
|
|
|
com.minres.rdl.validation,
|
|
|
|
com.minres.rdl.formatting2
|
2017-09-12 12:48:21 +02:00
|
|
|
Import-Package: org.apache.log4j
|