mirror of https://github.com/Minres/RDL-Editor.git
16 lines
565 B
Plaintext
16 lines
565 B
Plaintext
Manifest-Version: 1.0
|
|
Automatic-Module-Name: com.minres.rdl.tests
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: com.minres.rdl.tests
|
|
Bundle-Vendor: My Company
|
|
Bundle-Version: 1.4.0
|
|
Bundle-SymbolicName: com.minres.rdl.tests; singleton:=true
|
|
Bundle-ActivationPolicy: lazy
|
|
Require-Bundle: com.minres.rdl,
|
|
org.junit.jupiter.api;bundle-version="[5.1.0,6.0.0)",
|
|
org.eclipse.xtext.testing,
|
|
org.eclipse.xtext.xbase.testing,
|
|
org.eclipse.xtext.xbase.lib;bundle-version="2.14.0"
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-11
|
|
Export-Package: com.minres.rdl.tests;x-internal=true
|