Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2012-03-22 23:30:46 +0000
committerMatthias Sohn2012-03-22 23:30:46 +0000
commit9dd6e6cd297ae9c0d912ecfa07a148a29e6f4eee (patch)
treefa901526a945d6f5c78992feccb5f427d5b0550d /org.eclipse.jgit.pgm.test/META-INF/MANIFEST.MF
parent473139bbf6c8b5a5603d3f59ca968de5aeaa1887 (diff)
downloadjgit-9dd6e6cd297ae9c0d912ecfa07a148a29e6f4eee.tar.gz
jgit-9dd6e6cd297ae9c0d912ecfa07a148a29e6f4eee.tar.xz
jgit-9dd6e6cd297ae9c0d912ecfa07a148a29e6f4eee.zip
Revert "Allow to write tests with CLI syntax"
This reverts commit bf845c126d53f07de103e03b68ddb7f24014cee5 since this change needs to go through a formal IP review and Chris missed to file a CQ for that. Change-Id: I303515d78116f0591a2911dbfb9f857738f086a9 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.pgm.test/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.jgit.pgm.test/META-INF/MANIFEST.MF20
1 files changed, 0 insertions, 20 deletions
diff --git a/org.eclipse.jgit.pgm.test/META-INF/MANIFEST.MF b/org.eclipse.jgit.pgm.test/META-INF/MANIFEST.MF
deleted file mode 100644
index 717ffc158d..0000000000
--- a/org.eclipse.jgit.pgm.test/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,20 +0,0 @@
-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)"

Back to the top