Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2011-02-12 02:30:05 +0000
committerMatthias Sohn2011-02-12 02:30:05 +0000
commitf2c8eec57b5e68f9104ea8d6f789e685f03a12f2 (patch)
tree66eacc2526955b4043bf29d1432e146466e31a31 /org.eclipse.jgit.ui/META-INF/MANIFEST.MF
parent857d1511987599c66b834eb43f25b45394244af3 (diff)
downloadjgit-f2c8eec57b5e68f9104ea8d6f789e685f03a12f2.tar.gz
jgit-f2c8eec57b5e68f9104ea8d6f789e685f03a12f2.tar.xz
jgit-f2c8eec57b5e68f9104ea8d6f789e685f03a12f2.zip
Qualify post 0.11 builds
Change-Id: Ibcef4fc4c986c2cda01e943d16aa1c53eff99f25 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.ui/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.jgit.ui/META-INF/MANIFEST.MF18
1 files changed, 9 insertions, 9 deletions
diff --git a/org.eclipse.jgit.ui/META-INF/MANIFEST.MF b/org.eclipse.jgit.ui/META-INF/MANIFEST.MF
index 83acb857c3..011fed1f63 100644
--- a/org.eclipse.jgit.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.jgit.ui/META-INF/MANIFEST.MF
@@ -3,15 +3,15 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin_name
Bundle-SymbolicName: org.eclipse.jgit.ui
-Bundle-Version: 0.11.1
+Bundle-Version: 0.12.0.qualifier
Bundle-Vendor: %provider_name
Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Export-Package: org.eclipse.jgit.awtui;version="0.11.1"
-Import-Package: org.eclipse.jgit.errors;version="[0.11.1,0.12.0)",
- org.eclipse.jgit.lib;version="[0.11.1,0.12.0)",
- org.eclipse.jgit.nls;version="[0.11.1,0.12.0)",
- org.eclipse.jgit.revplot;version="[0.11.1,0.12.0)",
- org.eclipse.jgit.revwalk;version="[0.11.1,0.12.0)",
- org.eclipse.jgit.transport;version="[0.11.1,0.12.0)",
- org.eclipse.jgit.util;version="[0.11.1,0.12.0)"
+Export-Package: org.eclipse.jgit.awtui;version="0.12.0"
+Import-Package: org.eclipse.jgit.errors;version="[0.12.0,0.13.0)",
+ org.eclipse.jgit.lib;version="[0.12.0,0.13.0)",
+ org.eclipse.jgit.nls;version="[0.12.0,0.13.0)",
+ org.eclipse.jgit.revplot;version="[0.12.0,0.13.0)",
+ org.eclipse.jgit.revwalk;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)"
Require-Bundle: com.jcraft.jsch;bundle-version="[0.1.37,0.2.0)"

Back to the top