diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2011-12-10 00:50:21 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2011-12-10 01:07:16 +0100 |
commit | 7fded4d14f999452165c0ea744b2acf0c04136d3 (patch) | |
tree | 698355cd64bbd0faf87e8cc14515b2f7320a61db /org.eclipse.jgit.ant/META-INF | |
parent | e11af568285525f4d16bbefef5faae5fea2ef008 (diff) | |
download | jgit-7fded4d14f999452165c0ea744b2acf0c04136d3.tar.gz jgit-7fded4d14f999452165c0ea744b2acf0c04136d3.zip |
Prepare 1.3.0 builds
Change-Id: I7a1ae73783c95041b59f047a7330e62e7f642149
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 359eef62e5..bf31090de9 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: 1.2.0.qualifier +Bundle-Version: 1.3.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="1.2.0" +Export-Package: org.eclipse.jgit.ant.tasks;version="1.3.0" |