22 lines
820 B
Plaintext
22 lines
820 B
Plaintext
Manifest-Version: 1.0
|
|
Automatic-Module-Name: com.minres.coredsl.json
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Vendor: MINRES Technologies GmbH
|
|
Bundle-Version: 2.0.0.qualifier
|
|
Bundle-SymbolicName: com.minres.coredsl.json;singleton:=true
|
|
Bundle-ActivationPolicy: lazy
|
|
Require-Bundle: com.minres.coredsl;bundle-version="2.0.0",
|
|
org.eclipse.equinox.common;bundle-version="3.5.0",
|
|
org.eclipse.emf.ecore,
|
|
org.eclipse.emf.common,
|
|
org.eclipse.equinox.preferences;bundle-version="3.8.0",
|
|
org.eclipse.xtend.lib;bundle-version="2.14.0",
|
|
org.eclipse.xtext;bundle-version="2.22.0",
|
|
org.apache.commons.logging;bundle-version="1.2.0",
|
|
org.json;bundle-version="1.0.0"
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-11
|
|
Export-Package: com.minres.coredsl.json,
|
|
com.minres.coredsl.json.preferences,
|
|
picocli
|
|
Import-Package: org.apache.log4j
|