Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2011-12-15 08:21:48 +0000
committerEike Stepper2011-12-15 08:21:48 +0000
commit2cda7906f26537708d5f65d3756b349ed024ccf6 (patch)
treeb0ce3e53c6f43255cf012103005a137f9eec8507
parenta43b8c48e213a881063da76e9f67e8af67b07cbf (diff)
downloadcdo-2cda7906f26537708d5f65d3756b349ed024ccf6.tar.gz
cdo-2cda7906f26537708d5f65d3756b349ed024ccf6.tar.xz
cdo-2cda7906f26537708d5f65d3756b349ed024ccf6.zip
Widen JGit version range
-rw-r--r--plugins/org.eclipse.emf.cdo.releng.wingit/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.emf.cdo.releng.wingit/META-INF/MANIFEST.MF b/plugins/org.eclipse.emf.cdo.releng.wingit/META-INF/MANIFEST.MF
index 90ea3c25bd..4fe21a9287 100644
--- a/plugins/org.eclipse.emf.cdo.releng.wingit/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.emf.cdo.releng.wingit/META-INF/MANIFEST.MF
@@ -8,7 +8,7 @@ Bundle-Localization: plugin
Bundle-Activator: org.eclipse.emf.cdo.releng.wingit.Activator
Require-Bundle: org.eclipse.ui;bundle-version="[3.4.0,4.0.0)",
org.eclipse.core.runtime;bundle-version="[3.4.0,4.0.0)",
- org.eclipse.jgit;bundle-version="[1.2.0,2.0.0)"
+ org.eclipse.jgit;bundle-version="[1.0.0,2.0.0)"
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-ActivationPolicy: lazy
Export-Package: org.eclipse.emf.cdo.releng.wingit;version="1.0.0";x-internal:=true

Back to the top