Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.egit.gitflow.test/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.egit.gitflow.test/META-INF/MANIFEST.MF11
1 files changed, 11 insertions, 0 deletions
diff --git a/org.eclipse.egit.gitflow.test/META-INF/MANIFEST.MF b/org.eclipse.egit.gitflow.test/META-INF/MANIFEST.MF
new file mode 100644
index 0000000000..2d418ec1bb
--- /dev/null
+++ b/org.eclipse.egit.gitflow.test/META-INF/MANIFEST.MF
@@ -0,0 +1,11 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: GitFlow Test
+Bundle-SymbolicName: org.eclipse.egit.gitflow.test;singleton:=true
+Bundle-Version: 4.0.0.qualifier
+Fragment-Host: org.eclipse.egit.gitflow
+Bundle-RequiredExecutionEnvironment: JavaSE-1.7
+Import-Package: org.eclipse.egit.core;version="[4.0.0,4.1.0)",
+ org.eclipse.egit.core.test;version="[4.0.0,4.1.0)",
+ org.eclipse.jgit.junit;version="[4.0.0,4.1.0)",
+ org.junit;version="[4.3.0,5.0.0)"

Back to the top