Author: adietish
Date: 2012-02-15 14:11:28 -0500 (Wed, 15 Feb 2012)
New Revision: 38768
Modified:
trunk/openshift/plugins/org.jboss.tools.openshift.egit.core/META-INF/MANIFEST.MF
Log:
[JBIDE-10896] upgraded the required egit verison to 1.2 since a plugin compiled against
egit 1.2 is not running with egit 1.2
Modified:
trunk/openshift/plugins/org.jboss.tools.openshift.egit.core/META-INF/MANIFEST.MF
===================================================================
---
trunk/openshift/plugins/org.jboss.tools.openshift.egit.core/META-INF/MANIFEST.MF 2012-02-15
18:35:11 UTC (rev 38767)
+++
trunk/openshift/plugins/org.jboss.tools.openshift.egit.core/META-INF/MANIFEST.MF 2012-02-15
19:11:28 UTC (rev 38768)
@@ -6,9 +6,9 @@
Bundle-Activator: org.jboss.tools.openshift.egit.core.internal.EGitCoreActivator
Require-Bundle: org.jboss.ide.eclipse.as.core;bundle-version="2.3.0",
org.eclipse.jgit;bundle-version="[1.0.0,2.1.0)",
- org.eclipse.egit;bundle-version="[1.0.0,2.0.0)",
+ org.eclipse.egit;bundle-version="[1.2.0,2.0.0)",
com.jcraft.jsch;bundle-version="0.1.44",
- org.eclipse.egit.core;bundle-version="[1.0.0,2.0.0)",
+ org.eclipse.egit.core;bundle-version="[1.2.0,2.0.0)",
org.eclipse.team.core;bundle-version="[3.6.0,4.0.0)",
org.eclipse.wst.server.core;bundle-version="[1.1.302,2.0.0)",
org.eclipse.core.resources;bundle-version="[3.7.100,4.0.0)",
Show replies by date