diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2013-12-05 22:37:16 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2013-12-05 22:42:47 +0100 |
commit | b14a93971837610156e815ae2eee3baaa5b7a44b (patch) | |
tree | 1c8de7836b2a68dffba2ce7203b5a41ac54fbaf0 /org.eclipse.jgit.ant/META-INF | |
parent | f86a488e32906593903acb31a93a82bed8d87915 (diff) | |
download | jgit-b14a93971837610156e815ae2eee3baaa5b7a44b.tar.gz jgit-b14a93971837610156e815ae2eee3baaa5b7a44b.zip |
Prepare 3.3.0-SNAPSHOT builds
Change-Id: I7c7e7c1beec0c5d15b96c14c73ce93e3f09855c8
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 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.jgit.ant/META-INF/MANIFEST.MF b/org.eclipse.jgit.ant/META-INF/MANIFEST.MF index 82985d5e00..3cfb48fb25 100644 --- a/org.eclipse.jgit.ant/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit.ant/META-INF/MANIFEST.MF @@ -2,11 +2,11 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name Bundle-SymbolicName: org.eclipse.jgit.ant -Bundle-Version: 3.2.0.qualifier +Bundle-Version: 3.3.0.qualifier Bundle-RequiredExecutionEnvironment: J2SE-1.5 Import-Package: org.apache.tools.ant, - org.eclipse.jgit.storage.file;version="[3.2.0,3.3.0)" + org.eclipse.jgit.storage.file;version="[3.3.0,3.4.0)" Bundle-Localization: plugin Bundle-Vendor: %Provider-Name -Export-Package: org.eclipse.jgit.ant.tasks;version="3.2.0"; +Export-Package: org.eclipse.jgit.ant.tasks;version="3.3.0"; uses:="org.apache.tools.ant.types,org.apache.tools.ant" |