Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'testplugins/otequinoxtest/OTEquinoxTests/META-INF/MANIFEST.MF')
-rw-r--r--testplugins/otequinoxtest/OTEquinoxTests/META-INF/MANIFEST.MF15
1 files changed, 15 insertions, 0 deletions
diff --git a/testplugins/otequinoxtest/OTEquinoxTests/META-INF/MANIFEST.MF b/testplugins/otequinoxtest/OTEquinoxTests/META-INF/MANIFEST.MF
new file mode 100644
index 000000000..4ee121d3b
--- /dev/null
+++ b/testplugins/otequinoxtest/OTEquinoxTests/META-INF/MANIFEST.MF
@@ -0,0 +1,15 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: OTEquinoxTests
+Bundle-SymbolicName: OTEquinoxTests
+Bundle-Version: 1.0.0.qualifier
+Automatic-Module-Name: OTEquinoxTests
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: Aspect537350_B;bundle-version="1.0.0",
+ Base537350_B;bundle-version="1.0.0",
+ Aspect537350_A;bundle-version="1.0.0",
+ Base537350_A;bundle-version="1.0.0",
+ org.junit;bundle-version="4.12.0",
+ Aspect537533;bundle-version="1.0.0",
+ Base537533;bundle-version="1.0.0",
+ Middle537351;bundle-version="1.0.0"

Back to the top