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.tests
|
2017-09-12 12:48:21 +02:00
|
|
|
Bundle-ManifestVersion: 2
|
|
|
|
Bundle-Name: com.minres.rdl.tests
|
|
|
|
Bundle-Vendor: My Company
|
|
|
|
Bundle-Version: 1.0.0.qualifier
|
|
|
|
Bundle-SymbolicName: com.minres.rdl.tests; singleton:=true
|
|
|
|
Bundle-ActivationPolicy: lazy
|
|
|
|
Require-Bundle: com.minres.rdl,
|
|
|
|
org.junit;bundle-version="4.12.0",
|
|
|
|
org.eclipse.xtext.testing,
|
|
|
|
org.eclipse.xtext.xbase.testing,
|
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
|
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
|
|
|
Export-Package: com.minres.rdl.tests;x-internal=true
|
2018-06-02 23:41:27 +02:00
|
|
|
|