diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2018-03-08 21:10:08 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2018-03-08 21:10:08 +0100 |
commit | f389e18a2853d9f73336f4cf0e7ac2931dc4ce9b (patch) | |
tree | c841a68501a005ef397c7a7df43f68d59d6b5dac /org.eclipse.jgit.pgm.test/META-INF/MANIFEST.MF | |
parent | f944063517b9507934f451cc64c16d9bbdb98cf4 (diff) | |
download | jgit-f389e18a2853d9f73336f4cf0e7ac2931dc4ce9b.tar.gz jgit-f389e18a2853d9f73336f4cf0e7ac2931dc4ce9b.zip |
Prepare 4.11.1-SNAPSHOT builds
Change-Id: Id9aa6b7e8f56de5183b6cd57ef0e790ec9debd4d
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 e4607c96e8..68f7f38195 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: 4.11.0.201803080745-r +Bundle-Version: 4.11.1.qualifier Bundle-Vendor: %provider_name Bundle-Localization: plugin Bundle-ActivationPolicy: lazy Bundle-RequiredExecutionEnvironment: JavaSE-1.8 -Import-Package: org.eclipse.jgit.api;version="[4.11.0,4.12.0)", - org.eclipse.jgit.api.errors;version="[4.11.0,4.12.0)", - org.eclipse.jgit.diff;version="[4.11.0,4.12.0)", - org.eclipse.jgit.dircache;version="[4.11.0,4.12.0)", - org.eclipse.jgit.internal.storage.file;version="4.11.0", - org.eclipse.jgit.junit;version="[4.11.0,4.12.0)", - org.eclipse.jgit.lib;version="[4.11.0,4.12.0)", - org.eclipse.jgit.merge;version="[4.11.0,4.12.0)", - org.eclipse.jgit.pgm;version="[4.11.0,4.12.0)", - org.eclipse.jgit.pgm.internal;version="[4.11.0,4.12.0)", - org.eclipse.jgit.pgm.opt;version="[4.11.0,4.12.0)", - org.eclipse.jgit.revwalk;version="[4.11.0,4.12.0)", - org.eclipse.jgit.storage.file;version="[4.11.0,4.12.0)", - org.eclipse.jgit.transport;version="[4.11.0,4.12.0)", - org.eclipse.jgit.treewalk;version="[4.11.0,4.12.0)", - org.eclipse.jgit.util;version="[4.11.0,4.12.0)", - org.eclipse.jgit.util.io;version="[4.11.0,4.12.0)", +Import-Package: org.eclipse.jgit.api;version="[4.11.1,4.12.0)", + org.eclipse.jgit.api.errors;version="[4.11.1,4.12.0)", + org.eclipse.jgit.diff;version="[4.11.1,4.12.0)", + org.eclipse.jgit.dircache;version="[4.11.1,4.12.0)", + org.eclipse.jgit.internal.storage.file;version="4.11.1", + org.eclipse.jgit.junit;version="[4.11.1,4.12.0)", + org.eclipse.jgit.lib;version="[4.11.1,4.12.0)", + org.eclipse.jgit.merge;version="[4.11.1,4.12.0)", + org.eclipse.jgit.pgm;version="[4.11.1,4.12.0)", + org.eclipse.jgit.pgm.internal;version="[4.11.1,4.12.0)", + org.eclipse.jgit.pgm.opt;version="[4.11.1,4.12.0)", + org.eclipse.jgit.revwalk;version="[4.11.1,4.12.0)", + org.eclipse.jgit.storage.file;version="[4.11.1,4.12.0)", + org.eclipse.jgit.transport;version="[4.11.1,4.12.0)", + org.eclipse.jgit.treewalk;version="[4.11.1,4.12.0)", + org.eclipse.jgit.util;version="[4.11.1,4.12.0)", + org.eclipse.jgit.util.io;version="[4.11.1,4.12.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)", |