summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.console/META-INF
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2011-05-03 00:11:47 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2011-05-03 00:11:47 +0200
commitd085a8954f1f5999d2adf42ce6e89fd01714863b (patch)
tree0fcb38983b611e8e39f8bf0ec34bb387e582ec01 /org.eclipse.jgit.console/META-INF
parentdce5f96c1ee38c7e50584eac61adb6abdd38aca4 (diff)
parentb2b58feba7400269df8b31ef8495b695af3a9793 (diff)
downloadjgit-d085a8954f1f5999d2adf42ce6e89fd01714863b.tar.gz
jgit-d085a8954f1f5999d2adf42ce6e89fd01714863b.zip
Merge branch 'stable-0.12'
* stable-0.12: JGit 0.12.1
Diffstat (limited to 'org.eclipse.jgit.console/META-INF')
-rw-r--r--org.eclipse.jgit.console/META-INF/MANIFEST.MF12
1 files changed, 6 insertions, 6 deletions
diff --git a/org.eclipse.jgit.console/META-INF/MANIFEST.MF b/org.eclipse.jgit.console/META-INF/MANIFEST.MF
index 5b1c6c57a6..c6ad01ba66 100644
--- a/org.eclipse.jgit.console/META-INF/MANIFEST.MF
+++ b/org.eclipse.jgit.console/META-INF/MANIFEST.MF
@@ -3,12 +3,12 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin_name
Bundle-SymbolicName: org.eclipse.jgit.console
-Bundle-Version: 0.12.0.qualifier
+Bundle-Version: 0.12.1
Bundle-Vendor: %provider_name
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
-Export-Package: org.eclipse.jgit.console;version="0.12.0"
-Import-Package: org.eclipse.jgit.errors;version="[0.12.0,0.13.0)",
- org.eclipse.jgit.nls;version="[0.12.0,0.13.0)",
- org.eclipse.jgit.transport;version="[0.12.0,0.13.0)",
- org.eclipse.jgit.util;version="[0.12.0,0.13.0)"
+Export-Package: org.eclipse.jgit.console;version="0.12.1"
+Import-Package: org.eclipse.jgit.errors;version="[0.12.1,0.13.0)",
+ org.eclipse.jgit.nls;version="[0.12.1,0.13.0)",
+ org.eclipse.jgit.transport;version="[0.12.1,0.13.0)",
+ org.eclipse.jgit.util;version="[0.12.1,0.13.0)"
Require-Bundle: com.jcraft.jsch;bundle-version="[0.1.37,0.2.0)"