Tomasz Zarna | a2dac2c | 2012-03-23 09:10:41 +0100 | [diff] [blame] | 1 | Manifest-Version: 1.0 |
| 2 | Bundle-ManifestVersion: 2 |
Michael Keppler | 4b0c192 | 2019-06-21 17:39:20 +0200 | [diff] [blame] | 3 | Bundle-Name: %Bundle-Name |
Karsten Thoms | 3832527 | 2017-12-21 14:26:37 +0100 | [diff] [blame] | 4 | Automatic-Module-Name: org.eclipse.jgit.pgm.test |
Tomasz Zarna | a2dac2c | 2012-03-23 09:10:41 +0100 | [diff] [blame] | 5 | Bundle-SymbolicName: org.eclipse.jgit.pgm.test |
Matthias Sohn | 3b53e8d | 2024-08-20 17:47:36 +0200 | [diff] [blame^] | 6 | Bundle-Version: 7.0.0.202408201547-m3 |
Michael Keppler | 4b0c192 | 2019-06-21 17:39:20 +0200 | [diff] [blame] | 7 | Bundle-Vendor: %Bundle-Vendor |
Tomasz Zarna | a2dac2c | 2012-03-23 09:10:41 +0100 | [diff] [blame] | 8 | Bundle-Localization: plugin |
| 9 | Bundle-ActivationPolicy: lazy |
Matthias Sohn | 7fd8a7a | 2024-04-27 00:49:57 +0200 | [diff] [blame] | 10 | Bundle-RequiredExecutionEnvironment: JavaSE-17 |
Matthias Sohn | 6a24cdc | 2021-12-04 21:35:02 +0100 | [diff] [blame] | 11 | Import-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 Sohn | 3fc0ec1 | 2022-07-06 17:29:23 +0200 | [diff] [blame] | 15 | 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 Sohn | 6a24cdc | 2021-12-04 21:35:02 +0100 | [diff] [blame] | 17 | 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 Sohn | aa5a2c4 | 2022-03-16 16:32:06 +0100 | [diff] [blame] | 30 | org.hamcrest.core;bundle-version="[1.1.0,3.0.0)", |
David Pursehouse | c02a57f | 2020-01-21 17:27:59 +0100 | [diff] [blame] | 31 | org.junit;version="[4.13,5.0.0)", |
| 32 | org.junit.rules;version="[4.13,5.0.0)", |
Matthias Sohn | 3af57b5 | 2016-08-22 10:25:30 +0200 | [diff] [blame] | 33 | org.kohsuke.args4j;version="[2.33.0,3.0.0)" |
Matthias Sohn | e243988 | 2013-08-26 16:38:42 +0200 | [diff] [blame] | 34 | Require-Bundle: org.tukaani.xz;bundle-version="[1.3.0,2.0.0)" |