Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.egit.relengtools.test/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.egit.relengtools.test/META-INF/MANIFEST.MF17
1 files changed, 17 insertions, 0 deletions
diff --git a/org.eclipse.egit.relengtools.test/META-INF/MANIFEST.MF b/org.eclipse.egit.relengtools.test/META-INF/MANIFEST.MF
new file mode 100644
index 0000000..99f4a7c
--- /dev/null
+++ b/org.eclipse.egit.relengtools.test/META-INF/MANIFEST.MF
@@ -0,0 +1,17 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: %Bundle-Name
+Bundle-SymbolicName: org.eclipse.egit.relengtools.test;singleton:=true
+Bundle-Version: 0.12.0.qualifier
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6
+Bundle-Vendor: %Bundle-Vendor
+Export-Package: org.eclipse.egit.internal.relengtools;x-internal:=true
+Require-Bundle: org.eclipse.core.jobs;bundle-version="3.5.100",
+ org.eclipse.jgit;bundle-version="2.0.0",
+ org.eclipse.egit.core;bundle-version="2.0.0",
+ org.eclipse.releng.tools;bundle-version="3.6.100",
+ org.eclipse.egit.relengtools;bundle-version="0.12.0",
+ org.eclipse.core.runtime;bundle-version="3.7.0",
+ org.eclipse.core.resources;bundle-version="3.7.100",
+ org.eclipse.jgit.junit;bundle-version="2.0.0",
+ org.junit;bundle-version="4.8.2"

Back to the top