diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2013-02-14 00:11:20 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2013-02-14 00:59:25 +0100 |
commit | ba6ae0c7ecad840b8858c1049ebc6b72d70f0d40 (patch) | |
tree | 938aa0d94b4ddea6642617bb8abd04e3b7cff8d5 /org.eclipse.jgit.ant/META-INF | |
parent | da59df358bfba718a0bf1769296b66ec4f6f4dc4 (diff) | |
download | jgit-ba6ae0c7ecad840b8858c1049ebc6b72d70f0d40.tar.gz jgit-ba6ae0c7ecad840b8858c1049ebc6b72d70f0d40.zip |
Prepare 2.4.0-SNAPSHOT builds
Change-Id: I4ab2baeb5d598d40d5dadfccdfe75152a1b9b7bf
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.ant/META-INF')
-rw-r--r-- | org.eclipse.jgit.ant/META-INF/MANIFEST.MF | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.ant/META-INF/MANIFEST.MF b/org.eclipse.jgit.ant/META-INF/MANIFEST.MF index e1ac42ff60..52e8551c35 100644 --- a/org.eclipse.jgit.ant/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit.ant/META-INF/MANIFEST.MF @@ -2,9 +2,9 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name Bundle-SymbolicName: org.eclipse.jgit.ant -Bundle-Version: 2.3.0.qualifier +Bundle-Version: 2.4.0.qualifier Bundle-RequiredExecutionEnvironment: J2SE-1.5 Import-Package: org.apache.tools.ant Bundle-Localization: plugin Bundle-Vendor: %Provider-Name -Export-Package: org.eclipse.jgit.ant.tasks;version="2.3.0" +Export-Package: org.eclipse.jgit.ant.tasks;version="2.4.0" |