blob: db4db5c63b1c06fdbf8bf795500d5e94e544bbc1 [file] [log] [blame]
Tomasz Zarnaa2dac2c2012-03-23 09:10:41 +01001Manifest-Version: 1.0
2Bundle-ManifestVersion: 2
Michael Keppler4b0c1922019-06-21 17:39:20 +02003Bundle-Name: %Bundle-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 Sohn3b53e8d2024-08-20 17:47:36 +02006Bundle-Version: 7.0.0.202408201547-m3
Michael Keppler4b0c1922019-06-21 17:39:20 +02007Bundle-Vendor: %Bundle-Vendor
Tomasz Zarnaa2dac2c2012-03-23 09:10:41 +01008Bundle-Localization: plugin
9Bundle-ActivationPolicy: lazy
Matthias Sohn7fd8a7a2024-04-27 00:49:57 +020010Bundle-RequiredExecutionEnvironment: JavaSE-17
Matthias Sohn6a24cdc2021-12-04 21:35:02 +010011Import-Package: org.eclipse.jgit.api;version="[7.0.0,7.1.0)",
12 org.eclipse.jgit.api.errors;version="[7.0.0,7.1.0)",
13 org.eclipse.jgit.diff;version="[7.0.0,7.1.0)",
14 org.eclipse.jgit.dircache;version="[7.0.0,7.1.0)",
Matthias Sohn3fc0ec12022-07-06 17:29:23 +020015 org.eclipse.jgit.internal.diffmergetool;version="[7.0.0,7.1.0)",
16 org.eclipse.jgit.internal.storage.file;version="[7.0.0,7.1.0)",
Matthias Sohn6a24cdc2021-12-04 21:35:02 +010017 org.eclipse.jgit.junit;version="[7.0.0,7.1.0)",
18 org.eclipse.jgit.lib;version="[7.0.0,7.1.0)",
19 org.eclipse.jgit.lib.internal;version="[7.0.0,7.1.0)",
20 org.eclipse.jgit.merge;version="[7.0.0,7.1.0)",
21 org.eclipse.jgit.pgm;version="[7.0.0,7.1.0)",
22 org.eclipse.jgit.pgm.internal;version="[7.0.0,7.1.0)",
23 org.eclipse.jgit.pgm.opt;version="[7.0.0,7.1.0)",
24 org.eclipse.jgit.revwalk;version="[7.0.0,7.1.0)",
25 org.eclipse.jgit.storage.file;version="[7.0.0,7.1.0)",
26 org.eclipse.jgit.transport;version="[7.0.0,7.1.0)",
27 org.eclipse.jgit.treewalk;version="[7.0.0,7.1.0)",
28 org.eclipse.jgit.util;version="[7.0.0,7.1.0)",
29 org.eclipse.jgit.util.io;version="[7.0.0,7.1.0)",
Matthias Sohnaa5a2c42022-03-16 16:32:06 +010030 org.hamcrest.core;bundle-version="[1.1.0,3.0.0)",
David Pursehousec02a57f2020-01-21 17:27:59 +010031 org.junit;version="[4.13,5.0.0)",
32 org.junit.rules;version="[4.13,5.0.0)",
Matthias Sohn3af57b52016-08-22 10:25:30 +020033 org.kohsuke.args4j;version="[2.33.0,3.0.0)"
Matthias Sohne2439882013-08-26 16:38:42 +020034Require-Bundle: org.tukaani.xz;bundle-version="[1.3.0,2.0.0)"