[jbosstools-commits] JBoss Tools SVN: r43256 - trunk/openshift/tests/org.jboss.tools.openshift.egit.test/META-INF.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Mon Aug 27 14:57:43 EDT 2012


Author: dgolovin
Date: 2012-08-27 14:57:43 -0400 (Mon, 27 Aug 2012)
New Revision: 43256

Modified:
   trunk/openshift/tests/org.jboss.tools.openshift.egit.test/META-INF/MANIFEST.MF
Log:
https://issues.jboss.org/browse/JBIDE-12469 Creation of org.jboss.tools.common.core component
fix for compilation errors in openshift.egit.test plugin.
package import was replaced to tools.common dependency.

Modified: trunk/openshift/tests/org.jboss.tools.openshift.egit.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/openshift/tests/org.jboss.tools.openshift.egit.test/META-INF/MANIFEST.MF	2012-08-27 13:49:39 UTC (rev 43255)
+++ trunk/openshift/tests/org.jboss.tools.openshift.egit.test/META-INF/MANIFEST.MF	2012-08-27 18:57:43 UTC (rev 43256)
@@ -11,7 +11,7 @@
  org.eclipse.core.resources;bundle-version="[3.7.100,4.0.0)",
  org.eclipse.core.filesystem;bundle-version="1.3.100",
  org.junit;bundle-version="[4.8.2,5.0.0)",
- org.jboss.tools.openshift.egit.core;bundle-version="1.0.0"
+ org.jboss.tools.openshift.egit.core;bundle-version="1.0.0",
+ org.jboss.tools.common;bundle-version="3.4.0"
 Bundle-RequiredExecutionEnvironment: JavaSE-1.6
 Bundle-ActivationPolicy: lazy
-Import-Package: org.jboss.tools.common.util



More information about the jbosstools-commits mailing list