[jbosstools-commits] JBoss Tools SVN: r35533 - trunk/as/plugins/org.jboss.tools.openshift.express.ui/META-INF.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Tue Oct 11 06:30:26 EDT 2011


Author: adietish
Date: 2011-10-11 06:30:26 -0400 (Tue, 11 Oct 2011)
New Revision: 35533

Modified:
   trunk/as/plugins/org.jboss.tools.openshift.express.ui/META-INF/MANIFEST.MF
Log:
[JBIDE-9793] corrected required plug-ins version ranges

Modified: trunk/as/plugins/org.jboss.tools.openshift.express.ui/META-INF/MANIFEST.MF
===================================================================
--- trunk/as/plugins/org.jboss.tools.openshift.express.ui/META-INF/MANIFEST.MF	2011-10-11 10:27:06 UTC (rev 35532)
+++ trunk/as/plugins/org.jboss.tools.openshift.express.ui/META-INF/MANIFEST.MF	2011-10-11 10:30:26 UTC (rev 35533)
@@ -8,18 +8,18 @@
  org.jboss.ide.eclipse.as.egit.core;bundle-version="2.3.0",
  org.eclipse.egit.ui;bundle-version="[1.1.0,2.0.0)",
  org.eclipse.egit.core;bundle-version="[1.1.0,2.0.0)",
- org.eclipse.jgit;bundle-version="[1.1.0,2.0.0]",
+ org.eclipse.jgit;bundle-version="[1.1.0,2.0.0)",
  com.jcraft.jsch;bundle-version="0.1.44",
  org.eclipse.ui,
  org.eclipse.core.runtime,
  org.eclipse.core.databinding;bundle-version="1.4.0",
- org.eclipse.core.databinding.beans;bundle-version="1.2.100",
+ org.eclipse.core.databinding.beans;bundle-version="[1.2.0,2.0.0)",
  org.eclipse.core.databinding.observable;bundle-version="1.4.0",
  org.eclipse.core.databinding.property;bundle-version="1.4.0",
- org.eclipse.jface.databinding;bundle-version="1.5.0",
+ org.eclipse.jface.databinding;bundle-version="[1.5.0,2.0.0)",
  org.jboss.ide.eclipse.as.core;bundle-version="2.3.0",
  org.eclipse.wst.server.core;bundle-version="[1.1.3,2.0.0)",
- org.eclipse.debug.core;bundle-version="3.7.0",
+ org.eclipse.debug.core;bundle-version="[3.7.0,4.0.0)",
  org.jboss.ide.eclipse.as.ui;bundle-version="[2.3.0,3.0.0)",
  org.eclipse.wst.server.ui;bundle-version="[1.1.3,2.0.0)"
 Bundle-ActivationPolicy: lazy



More information about the jbosstools-commits mailing list