diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2012-03-23 00:30:46 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2012-03-23 00:30:46 +0100 |
commit | 9dd6e6cd297ae9c0d912ecfa07a148a29e6f4eee (patch) | |
tree | fa901526a945d6f5c78992feccb5f427d5b0550d /org.eclipse.jgit.test/META-INF/MANIFEST.MF | |
parent | 473139bbf6c8b5a5603d3f59ca968de5aeaa1887 (diff) | |
download | jgit-9dd6e6cd297ae9c0d912ecfa07a148a29e6f4eee.tar.gz 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.test/META-INF/MANIFEST.MF')
-rw-r--r-- | org.eclipse.jgit.test/META-INF/MANIFEST.MF | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.jgit.test/META-INF/MANIFEST.MF b/org.eclipse.jgit.test/META-INF/MANIFEST.MF index 05b524d381..dc104c377f 100644 --- a/org.eclipse.jgit.test/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit.test/META-INF/MANIFEST.MF @@ -46,3 +46,4 @@ Import-Package: org.eclipse.jgit.api;version="[2.0.0,2.1.0)", Require-Bundle: com.jcraft.jsch;bundle-version="[0.1.37,0.2.0)", org.hamcrest.core;bundle-version="[1.1.0,2.0.0)" Export-Package: org.eclipse.jgit.lib + |