diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2018-09-06 01:25:36 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2018-09-06 09:36:00 +0200 |
commit | 2fae326aa92dc4c5f9a951517bd0248472780b9e (patch) | |
tree | 20e2ce9532160cbb13425ddbe7982bff8905f85a /org.eclipse.jgit.pgm.test/META-INF/MANIFEST.MF | |
parent | 1f962f3c5327f3581172a8a5de6a638c0d54d4b7 (diff) | |
download | jgit-2fae326aa92dc4c5f9a951517bd0248472780b9e.tar.gz jgit-2fae326aa92dc4c5f9a951517bd0248472780b9e.zip |
Prepare 5.2.0-SNAPSHOT builds
Change-Id: If8e8ca20e745901a5e0239c16cb4acc7934b4ec8
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.pgm.test/META-INF/MANIFEST.MF')
-rw-r--r-- | org.eclipse.jgit.pgm.test/META-INF/MANIFEST.MF | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/org.eclipse.jgit.pgm.test/META-INF/MANIFEST.MF b/org.eclipse.jgit.pgm.test/META-INF/MANIFEST.MF index d5e8fc4305..f9e9984ff9 100644 --- a/org.eclipse.jgit.pgm.test/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit.pgm.test/META-INF/MANIFEST.MF @@ -3,28 +3,28 @@ Bundle-ManifestVersion: 2 Bundle-Name: %plugin_name Automatic-Module-Name: org.eclipse.jgit.pgm.test Bundle-SymbolicName: org.eclipse.jgit.pgm.test -Bundle-Version: 5.1.0.qualifier +Bundle-Version: 5.2.0.qualifier Bundle-Vendor: %provider_name Bundle-Localization: plugin Bundle-ActivationPolicy: lazy Bundle-RequiredExecutionEnvironment: JavaSE-1.8 -Import-Package: org.eclipse.jgit.api;version="[5.1.0,5.2.0)", - org.eclipse.jgit.api.errors;version="[5.1.0,5.2.0)", - org.eclipse.jgit.diff;version="[5.1.0,5.2.0)", - org.eclipse.jgit.dircache;version="[5.1.0,5.2.0)", - org.eclipse.jgit.internal.storage.file;version="5.1.0", - org.eclipse.jgit.junit;version="[5.1.0,5.2.0)", - org.eclipse.jgit.lib;version="[5.1.0,5.2.0)", - org.eclipse.jgit.merge;version="[5.1.0,5.2.0)", - org.eclipse.jgit.pgm;version="[5.1.0,5.2.0)", - org.eclipse.jgit.pgm.internal;version="[5.1.0,5.2.0)", - org.eclipse.jgit.pgm.opt;version="[5.1.0,5.2.0)", - org.eclipse.jgit.revwalk;version="[5.1.0,5.2.0)", - org.eclipse.jgit.storage.file;version="[5.1.0,5.2.0)", - org.eclipse.jgit.transport;version="[5.1.0,5.2.0)", - org.eclipse.jgit.treewalk;version="[5.1.0,5.2.0)", - org.eclipse.jgit.util;version="[5.1.0,5.2.0)", - org.eclipse.jgit.util.io;version="[5.1.0,5.2.0)", +Import-Package: org.eclipse.jgit.api;version="[5.2.0,5.3.0)", + org.eclipse.jgit.api.errors;version="[5.2.0,5.3.0)", + org.eclipse.jgit.diff;version="[5.2.0,5.3.0)", + org.eclipse.jgit.dircache;version="[5.2.0,5.3.0)", + org.eclipse.jgit.internal.storage.file;version="5.2.0", + org.eclipse.jgit.junit;version="[5.2.0,5.3.0)", + org.eclipse.jgit.lib;version="[5.2.0,5.3.0)", + org.eclipse.jgit.merge;version="[5.2.0,5.3.0)", + org.eclipse.jgit.pgm;version="[5.2.0,5.3.0)", + org.eclipse.jgit.pgm.internal;version="[5.2.0,5.3.0)", + org.eclipse.jgit.pgm.opt;version="[5.2.0,5.3.0)", + org.eclipse.jgit.revwalk;version="[5.2.0,5.3.0)", + org.eclipse.jgit.storage.file;version="[5.2.0,5.3.0)", + org.eclipse.jgit.transport;version="[5.2.0,5.3.0)", + org.eclipse.jgit.treewalk;version="[5.2.0,5.3.0)", + org.eclipse.jgit.util;version="[5.2.0,5.3.0)", + org.eclipse.jgit.util.io;version="[5.2.0,5.3.0)", org.hamcrest.core;bundle-version="[1.1.0,2.0.0)", org.junit;version="[4.12,5.0.0)", org.junit.rules;version="[4.12,5.0.0)", |