[jbosstools-commits] JBoss Tools SVN: r43379 - branches/jbosstools-4.0.0.Alpha1/central/features/org.jboss.tools.community.central.feature.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Sun Sep 2 10:01:52 EDT 2012


Author: nickboldt
Date: 2012-09-02 10:01:52 -0400 (Sun, 02 Sep 2012)
New Revision: 43379

Modified:
   branches/jbosstools-4.0.0.Alpha1/central/features/org.jboss.tools.community.central.feature/feature.xml
Log:
fix versions of imported features from examples, seam, as, runtime, central

Modified: branches/jbosstools-4.0.0.Alpha1/central/features/org.jboss.tools.community.central.feature/feature.xml
===================================================================
--- branches/jbosstools-4.0.0.Alpha1/central/features/org.jboss.tools.community.central.feature/feature.xml	2012-09-02 14:01:48 UTC (rev 43378)
+++ branches/jbosstools-4.0.0.Alpha1/central/features/org.jboss.tools.community.central.feature/feature.xml	2012-09-02 14:01:52 UTC (rev 43379)
@@ -13,17 +13,17 @@
    </license>
 
    <requires>
-      <import feature="org.jboss.tools.central.feature" version="1.0.0.qualifier" match="greaterOrEqual"/>
+      <import feature="org.jboss.tools.central.feature" version="1.1.0.qualifier" match="greaterOrEqual"/>
       <!-- JBIDE-11299 - include Examples features when installing Central -->
-      <import feature="org.jboss.tools.project.examples.feature" version="1.2.1.qualifier" match="greaterOrEqual"/>
-      <import feature="org.jboss.tools.community.project.examples.feature" version="1.2.1.qualifier" match="greaterOrEqual"/>
+      <import feature="org.jboss.tools.project.examples.feature" version="1.4.0.qualifier" match="greaterOrEqual"/>
+      <import feature="org.jboss.tools.community.project.examples.feature" version="1.4.0.qualifier" match="greaterOrEqual"/>
       <import feature="org.jboss.tools.maven.project.examples.feature" version="1.4.0.qualifier" match="greaterOrEqual"/>
       <!-- JBIDE-10803 - include AS, Seam, Runtime features when installing Central -->
-      <import feature="org.jboss.ide.eclipse.as.feature" version="2.3.0.qualifier" match="greaterOrEqual"/>
-      <import feature="org.jboss.tools.seam.feature" version="3.3.0.qualifier" match="greaterOrEqual"/>
-      <import feature="org.jboss.tools.runtime.core.feature" version="1.3.0.qualifier" match="greaterOrEqual"/>
-      <import feature="org.jboss.tools.runtime.as.detector.feature" version="1.3.0.qualifier" match="greaterOrEqual"/>
-      <import feature="org.jboss.tools.runtime.seam.detector.feature" version="1.3.0.qualifier" match="greaterOrEqual"/>
+      <import feature="org.jboss.ide.eclipse.as.feature" version="2.4.0.qualifier" match="greaterOrEqual"/>
+      <import feature="org.jboss.tools.seam.feature" version="3.4.0.qualifier" match="greaterOrEqual"/>
+      <import feature="org.jboss.tools.runtime.core.feature" version="2.0.0.qualifier" match="greaterOrEqual"/>
+      <import feature="org.jboss.tools.runtime.as.detector.feature" version="2.4.0.qualifier" match="greaterOrEqual"/>
+      <import feature="org.jboss.tools.runtime.seam.detector.feature" version="3.4.0.qualifier" match="greaterOrEqual"/>
    </requires>
 
    <!-- JBIDE-11299 remove unneeded plugin, but keep this feature around for ease-of-use when installing Central into Eclipse 



More information about the jbosstools-commits mailing list