diff options
author | Christian Halstrick <christian.halstrick@sap.com> | 2012-03-22 07:39:14 -0400 |
---|---|---|
committer | Gerrit Code Review @ Eclipse.org <gerrit@eclipse.org> | 2012-03-22 07:39:14 -0400 |
commit | 473139bbf6c8b5a5603d3f59ca968de5aeaa1887 (patch) | |
tree | 36350b64a1b1070df201ec02634b91f645c7a15d /org.eclipse.jgit.pgm.test/META-INF/MANIFEST.MF | |
parent | b37b7e69cd3857b1c4463008a034b78870007497 (diff) | |
parent | bf845c126d53f07de103e03b68ddb7f24014cee5 (diff) | |
download | jgit-473139bbf6c8b5a5603d3f59ca968de5aeaa1887.tar.gz jgit-473139bbf6c8b5a5603d3f59ca968de5aeaa1887.zip |
Merge "Allow to write tests with CLI syntax"
Diffstat (limited to 'org.eclipse.jgit.pgm.test/META-INF/MANIFEST.MF')
-rw-r--r-- | org.eclipse.jgit.pgm.test/META-INF/MANIFEST.MF | 20 |
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)" |