summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.pgm.test/META-INF
diff options
context:
space:
mode:
authorTomasz Zarna <Tomasz.Zarna@pl.ibm.com>2012-03-22 11:29:18 +0100
committerTomasz Zarna <Tomasz.Zarna@pl.ibm.com>2012-03-22 11:29:18 +0100
commitbf845c126d53f07de103e03b68ddb7f24014cee5 (patch)
treedcc30b45915362656d61b05eb4cc998bbcb70561 /org.eclipse.jgit.pgm.test/META-INF
parent04ab2dac3728f8e43dc42a9e700819dd2e7a4a93 (diff)
downloadjgit-bf845c126d53f07de103e03b68ddb7f24014cee5.tar.gz
jgit-bf845c126d53f07de103e03b68ddb7f24014cee5.zip
Allow to write tests with CLI syntax
Bug: 365444 Change-Id: I86f382913bc47665c5b9a2827b878e7dbedce7b1 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.pgm.test/META-INF')
-rw-r--r--org.eclipse.jgit.pgm.test/META-INF/MANIFEST.MF20
1 files changed, 20 insertions, 0 deletions
diff --git a/org.eclipse.jgit.pgm.test/META-INF/MANIFEST.MF b/org.eclipse.jgit.pgm.test/META-INF/MANIFEST.MF
new file mode 100644
index 0000000000..717ffc158d
--- /dev/null
+++ b/org.eclipse.jgit.pgm.test/META-INF/MANIFEST.MF
@@ -0,0 +1,20 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: %plugin_name
+Bundle-SymbolicName: org.eclipse.jgit.pgm.test
+Bundle-Version: 2.0.0.qualifier
+Bundle-Vendor: %provider_name
+Bundle-Localization: plugin
+Bundle-ActivationPolicy: lazy
+Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Import-Package: org.eclipse.jgit.api;version="[2.0.0,2.1.0)",
+ org.eclipse.jgit.junit;version="[2.0.0,2.1.0)",
+ org.eclipse.jgit.lib;version="[2.0.0,2.1.0)",
+ org.eclipse.jgit.pgm;version="[2.0.0,2.1.0)",
+ org.eclipse.jgit.pgm.opt;version="[2.0.0,2.1.0)",
+ org.eclipse.jgit.storage.file;version="[2.0.0,2.1.0)",
+ org.eclipse.jgit.util;version="[2.0.0,2.1.0)",
+ org.hamcrest.core;bundle-version="[1.1.0,2.0.0)",
+ org.junit;version="[4.4.0,5.0.0)",
+ org.kohsuke.args4j;version="[2.0.12,2.1.0)",
+ org.kohsuke.args4j.spi;version="[2.0.12,2.1.0)"