diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2011-05-03 00:19:54 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2011-05-03 00:19:54 +0200 |
commit | f9d7b0d21eb60a409efa6f99ac219d366fe5fa5b (patch) | |
tree | eff2a543e8d0003d6118e5a5fe5c68c52cddbf91 /org.eclipse.jgit.ant/META-INF | |
parent | d085a8954f1f5999d2adf42ce6e89fd01714863b (diff) | |
download | jgit-f9d7b0d21eb60a409efa6f99ac219d366fe5fa5b.tar.gz jgit-f9d7b0d21eb60a409efa6f99ac219d366fe5fa5b.zip |
Qualify post-0.12 builds
Change-Id: I70fe2671321efb5c3d271121ce00299533d1b388
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 ed58fdbd08..4699eac61c 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: 0.12.0.qualifier +Bundle-Version: 1.0.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="0.12.0" +Export-Package: org.eclipse.jgit.ant.tasks;version="1.0.0" |