diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2016-06-07 17:30:33 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2016-06-07 17:30:33 +0200 |
commit | 0900dc08f59de482b38862094936e80fca39df2a (patch) | |
tree | 577a07bb99db14aa1ee1c2725cb50a4b51711adf /org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF | |
parent | 399d2929ee0912bfeda8a4ef125f1b96bb7fd144 (diff) | |
download | jgit-0900dc08f59de482b38862094936e80fca39df2a.tar.gz jgit-0900dc08f59de482b38862094936e80fca39df2a.zip |
Prepare 4.4.1-SNAPSHOT builds
Change-Id: I4fe1c84b1418126f5b245b8a4f72bb7e37f48eae
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF')
-rw-r--r-- | org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF b/org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF index cb5b6722ac..d497bc0242 100644 --- a/org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF @@ -3,14 +3,14 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %plugin_name Bundle-SymbolicName: org.eclipse.jgit.ant.test -Bundle-Version: 4.4.0.201606070830-r +Bundle-Version: 4.4.1.qualifier Bundle-ActivationPolicy: lazy Bundle-RequiredExecutionEnvironment: JavaSE-1.7 Import-Package: org.apache.tools.ant, - org.eclipse.jgit.ant.tasks;version="[4.4.0,4.5.0)", - org.eclipse.jgit.internal.storage.file;version="[4.4.0,4.5.0)", - org.eclipse.jgit.junit;version="[4.4.0,4.5.0)", - org.eclipse.jgit.lib;version="[4.4.0,4.5.0)", - org.eclipse.jgit.util;version="[4.4.0,4.5.0)", + org.eclipse.jgit.ant.tasks;version="[4.4.1,4.5.0)", + org.eclipse.jgit.internal.storage.file;version="[4.4.1,4.5.0)", + org.eclipse.jgit.junit;version="[4.4.1,4.5.0)", + org.eclipse.jgit.lib;version="[4.4.1,4.5.0)", + org.eclipse.jgit.util;version="[4.4.1,4.5.0)", org.hamcrest;version="[1.1.0,2.0.0)", org.junit;version="[4.0.0,5.0.0)" |