Tomasz Zarna | a2dac2c | 2012-03-23 09:10:41 +0100 | [diff] [blame] | 1 | Manifest-Version: 1.0 |
| 2 | Bundle-ManifestVersion: 2 |
| 3 | Bundle-Name: %plugin_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 | 90107d5 | 2019-03-07 00:34:14 +0100 | [diff] [blame] | 6 | Bundle-Version: 5.4.0.qualifier |
Tomasz Zarna | a2dac2c | 2012-03-23 09:10:41 +0100 | [diff] [blame] | 7 | Bundle-Vendor: %provider_name |
| 8 | Bundle-Localization: plugin |
| 9 | Bundle-ActivationPolicy: lazy |
Matthias Sohn | ab79ce9 | 2016-08-26 01:36:28 +0200 | [diff] [blame] | 10 | Bundle-RequiredExecutionEnvironment: JavaSE-1.8 |
Matthias Sohn | 90107d5 | 2019-03-07 00:34:14 +0100 | [diff] [blame] | 11 | Import-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 Zarna | a2dac2c | 2012-03-23 09:10:41 +0100 | [diff] [blame] | 28 | org.hamcrest.core;bundle-version="[1.1.0,2.0.0)", |
David Pursehouse | fdacfae | 2017-12-08 07:29:51 +0900 | [diff] [blame] | 29 | org.junit;version="[4.12,5.0.0)", |
| 30 | org.junit.rules;version="[4.12,5.0.0)", |
Matthias Sohn | 3af57b5 | 2016-08-22 10:25:30 +0200 | [diff] [blame] | 31 | org.kohsuke.args4j;version="[2.33.0,3.0.0)" |
Matthias Sohn | e243988 | 2013-08-26 16:38:42 +0200 | [diff] [blame] | 32 | Require-Bundle: org.tukaani.xz;bundle-version="[1.3.0,2.0.0)" |