[jbosstools-commits] JBoss Tools SVN: r43381 - trunk/as/plugins/org.jboss.tools.runtime.as.detector/META-INF.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Mon Sep 3 01:42:27 EDT 2012
Author: nickboldt
Date: 2012-09-03 01:42:27 -0400 (Mon, 03 Sep 2012)
New Revision: 43381
Modified:
trunk/as/plugins/org.jboss.tools.runtime.as.detector/META-INF/MANIFEST.MF
Log:
make as/plugins/org.jboss.tools.runtime.as.detector/META-INF/MANIFEST.MF require org.jboss.tools.common;bundle-version="3.4.0" to ensure we use the right API
Modified: trunk/as/plugins/org.jboss.tools.runtime.as.detector/META-INF/MANIFEST.MF
===================================================================
--- trunk/as/plugins/org.jboss.tools.runtime.as.detector/META-INF/MANIFEST.MF 2012-09-03 05:36:34 UTC (rev 43380)
+++ trunk/as/plugins/org.jboss.tools.runtime.as.detector/META-INF/MANIFEST.MF 2012-09-03 05:42:27 UTC (rev 43381)
@@ -14,7 +14,7 @@
org.eclipse.ui.workbench;bundle-version="3.7.0",
org.eclipse.datatools.connectivity;bundle-version="1.2.2";visibility:=reexport,
org.eclipse.datatools.connectivity.db.generic;bundle-version="1.0.1",
- org.jboss.tools.common,
+ org.jboss.tools.common;bundle-version="3.4.0",
org.jboss.tools.runtime.core,
org.jboss.ide.eclipse.as.core
Bundle-ActivationPolicy: lazy
More information about the jbosstools-commits
mailing list