blob: c6003a04fa4ae23623acdf394bc993d914424277 [file] [log] [blame]
Tomasz Zarnaa2dac2c2012-03-23 09:10:41 +01001Manifest-Version: 1.0
2Bundle-ManifestVersion: 2
3Bundle-Name: %plugin_name
Karsten Thoms38325272017-12-21 14:26:37 +01004Automatic-Module-Name: org.eclipse.jgit.pgm.test
Tomasz Zarnaa2dac2c2012-03-23 09:10:41 +01005Bundle-SymbolicName: org.eclipse.jgit.pgm.test
Matthias Sohn90107d52019-03-07 00:34:14 +01006Bundle-Version: 5.4.0.qualifier
Tomasz Zarnaa2dac2c2012-03-23 09:10:41 +01007Bundle-Vendor: %provider_name
8Bundle-Localization: plugin
9Bundle-ActivationPolicy: lazy
Matthias Sohnab79ce92016-08-26 01:36:28 +020010Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Matthias Sohn90107d52019-03-07 00:34:14 +010011Import-Package: org.eclipse.jgit.api;version="[5.4.0,5.5.0)",
12 org.eclipse.jgit.api.errors;version="[5.4.0,5.5.0)",
13 org.eclipse.jgit.diff;version="[5.4.0,5.5.0)",
14 org.eclipse.jgit.dircache;version="[5.4.0,5.5.0)",
15 org.eclipse.jgit.internal.storage.file;version="5.4.0",
16 org.eclipse.jgit.junit;version="[5.4.0,5.5.0)",
17 org.eclipse.jgit.lib;version="[5.4.0,5.5.0)",
18 org.eclipse.jgit.merge;version="[5.4.0,5.5.0)",
19 org.eclipse.jgit.pgm;version="[5.4.0,5.5.0)",
20 org.eclipse.jgit.pgm.internal;version="[5.4.0,5.5.0)",
21 org.eclipse.jgit.pgm.opt;version="[5.4.0,5.5.0)",
22 org.eclipse.jgit.revwalk;version="[5.4.0,5.5.0)",
23 org.eclipse.jgit.storage.file;version="[5.4.0,5.5.0)",
24 org.eclipse.jgit.transport;version="[5.4.0,5.5.0)",
25 org.eclipse.jgit.treewalk;version="[5.4.0,5.5.0)",
26 org.eclipse.jgit.util;version="[5.4.0,5.5.0)",
27 org.eclipse.jgit.util.io;version="[5.4.0,5.5.0)",
Tomasz Zarnaa2dac2c2012-03-23 09:10:41 +010028 org.hamcrest.core;bundle-version="[1.1.0,2.0.0)",
David Pursehousefdacfae2017-12-08 07:29:51 +090029 org.junit;version="[4.12,5.0.0)",
30 org.junit.rules;version="[4.12,5.0.0)",
Matthias Sohn3af57b52016-08-22 10:25:30 +020031 org.kohsuke.args4j;version="[2.33.0,3.0.0)"
Matthias Sohne2439882013-08-26 16:38:42 +020032Require-Bundle: org.tukaani.xz;bundle-version="[1.3.0,2.0.0)"