Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2014-03-05 01:14:08 +0000
committerMatthias Sohn2014-03-05 01:20:38 +0000
commit47207e98d4c0bb4ffdbaef0d44239c2d43388ee8 (patch)
tree37b84eddc84e648204fb917ac4ac0eb173511d53 /org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF
parent71b90400bb5e91050941844156ec548211bbb447 (diff)
downloadjgit-47207e98d4c0bb4ffdbaef0d44239c2d43388ee8.tar.gz
jgit-47207e98d4c0bb4ffdbaef0d44239c2d43388ee8.tar.xz
jgit-47207e98d4c0bb4ffdbaef0d44239c2d43388ee8.zip
Prepare 3.4.0-SNAPSHOT builds
Change-Id: I907c6f1834c06b8ab4d3e0f76dde475faea7b4a5 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.MF12
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 d8caa8bae5..2749093140 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: 3.3.1.qualifier
+Bundle-Version: 3.4.0.qualifier
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Import-Package: org.apache.tools.ant,
- org.eclipse.jgit.ant.tasks;version="[3.3.1,3.4.0)",
- org.eclipse.jgit.internal.storage.file;version="[3.3.1,3.4.0)",
- org.eclipse.jgit.junit;version="[3.3.1,3.4.0)",
- org.eclipse.jgit.lib;version="[3.3.1,3.4.0)",
- org.eclipse.jgit.util;version="[3.3.1,3.4.0)",
+ org.eclipse.jgit.ant.tasks;version="[3.4.0,3.5.0)",
+ org.eclipse.jgit.internal.storage.file;version="[3.4.0,3.5.0)",
+ org.eclipse.jgit.junit;version="[3.4.0,3.5.0)",
+ org.eclipse.jgit.lib;version="[3.4.0,3.5.0)",
+ org.eclipse.jgit.util;version="[3.4.0,3.5.0)",
org.hamcrest;version="[1.1.0,2.0.0)",
org.junit;version="[4.0.0,5.0.0)"

Back to the top