summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2016-12-27 01:14:06 +0100
committerMatthias Sohn <matthias.sohn@sap.com>2016-12-27 01:14:19 +0100
commitb97fa05941ad8218ac6539c431d7ab43ec5d0cf7 (patch)
treea12842af6bb99eb195653ef7048086e67f16c6bb /org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF
parent5274da3c3ca8d59c4cce41914776837f457ca734 (diff)
parent16e515a59efe1e545710ced6e52d396056ac9467 (diff)
downloadjgit-b97fa05941ad8218ac6539c431d7ab43ec5d0cf7.tar.gz
jgit-b97fa05941ad8218ac6539c431d7ab43ec5d0cf7.zip
Merge branch 'stable-4.6'
* stable-4.6: Update tycho version to 0.26 Update maven plugins Skip javadoc generation for org.eclipse.jgit.http.test Prepare 4.6.1-SNAPSHOT builds JGit v4.6.0.201612231935-r Change-Id: Ia70329af7ec8bdb6d8bd6f917e00024a3ea4ac1f 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 29526a8383..5262d9c370 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.6.0.qualifier
+Bundle-Version: 4.6.1.qualifier
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: org.apache.tools.ant,
- org.eclipse.jgit.ant.tasks;version="[4.6.0,4.7.0)",
- org.eclipse.jgit.internal.storage.file;version="[4.6.0,4.7.0)",
- org.eclipse.jgit.junit;version="[4.6.0,4.7.0)",
- org.eclipse.jgit.lib;version="[4.6.0,4.7.0)",
- org.eclipse.jgit.util;version="[4.6.0,4.7.0)",
+ org.eclipse.jgit.ant.tasks;version="[4.6.1,4.7.0)",
+ org.eclipse.jgit.internal.storage.file;version="[4.6.1,4.7.0)",
+ org.eclipse.jgit.junit;version="[4.6.1,4.7.0)",
+ org.eclipse.jgit.lib;version="[4.6.1,4.7.0)",
+ org.eclipse.jgit.util;version="[4.6.1,4.7.0)",
org.hamcrest;version="[1.1.0,2.0.0)",
org.junit;version="[4.0.0,5.0.0)"