[jbosstools-commits] JBoss Tools SVN: r40825 - trunk/esb/plugins/org.jboss.tools.esb.project.core.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Mon May 7 13:02:03 EDT 2012


Author: snjeza
Date: 2012-05-07 13:02:02 -0400 (Mon, 07 May 2012)
New Revision: 40825

Modified:
   trunk/esb/plugins/org.jboss.tools.esb.project.core/plugin.xml
Log:
JBDS-2095 - ESB new project wizard is not recognizing defined Runtime Environments

Modified: trunk/esb/plugins/org.jboss.tools.esb.project.core/plugin.xml
===================================================================
--- trunk/esb/plugins/org.jboss.tools.esb.project.core/plugin.xml	2012-05-07 16:56:11 UTC (rev 40824)
+++ trunk/esb/plugins/org.jboss.tools.esb.project.core/plugin.xml	2012-05-07 17:02:02 UTC (rev 40825)
@@ -208,7 +208,7 @@
          </facet>
          <runtime-component
                id="org.jboss.ide.eclipse.as.runtime.component"
-               version="4.2,5.0,5.1,6.0">
+               version="4.2,5.0,5.1,6.0,7.0,7.1">
          </runtime-component>
       </supported>
       <supported>
@@ -218,7 +218,7 @@
          </facet>
          <runtime-component
                id="org.jboss.ide.eclipse.eap.runtime.component"
-               version="4.3,5.0">
+               version="4.3,5.0,6.0">
          </runtime-component>
       </supported>
    </extension>



More information about the jbosstools-commits mailing list