diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2015-09-28 14:21:47 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2015-09-28 14:27:24 +0200 |
commit | 25b7a0124f6043df514d9f65bbc6f3d135b46a93 (patch) | |
tree | 4da1eb93d66d30d63b7785c02fa02526cbd87974 /org.eclipse.jgit.ant/META-INF | |
parent | 9e5380e7fb797e83b6f6b5754249bea4cae534e7 (diff) | |
parent | 729f085ac21507e631361cf97457e0edd5a7370c (diff) | |
download | jgit-25b7a0124f6043df514d9f65bbc6f3d135b46a93.tar.gz jgit-25b7a0124f6043df514d9f65bbc6f3d135b46a93.zip |
Merge branch 'stable-4.1'
* stable-4.1:
Prepare 4.1.1-SNAPSHOT builds
JGit v4.1.0.201509280440-r
Change-Id: Ie898f10c39f32419628f2b6dff7e3ec083ddfdfe
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 ac4364e550..d9fbd76142 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: 4.1.0.qualifier +Bundle-Version: 4.1.1.qualifier Bundle-RequiredExecutionEnvironment: JavaSE-1.7 Import-Package: org.apache.tools.ant, - org.eclipse.jgit.storage.file;version="[4.1.0,4.2.0)" + org.eclipse.jgit.storage.file;version="[4.1.1,4.2.0)" Bundle-Localization: plugin Bundle-Vendor: %Provider-Name -Export-Package: org.eclipse.jgit.ant.tasks;version="4.1.0"; +Export-Package: org.eclipse.jgit.ant.tasks;version="4.1.1"; uses:="org.apache.tools.ant.types,org.apache.tools.ant" |