[jbosstools-commits] JBoss Tools SVN: r43384 - trunk/central/features/org.jboss.tools.community.central.feature and 1 other directory.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Mon Sep 3 13:17:21 EDT 2012


Author: mickael_istria
Date: 2012-09-03 13:17:21 -0400 (Mon, 03 Sep 2012)
New Revision: 43384

Modified:
   branches/jbosstools-4.0.0.Alpha1/central/features/org.jboss.tools.community.central.feature/feature.xml
   trunk/central/features/org.jboss.tools.community.central.feature/feature.xml
Log:
Remove '.qualifier' from import directive since it causes errors when resolving with Tycho.

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-03 15:32:49 UTC (rev 43383)
+++ branches/jbosstools-4.0.0.Alpha1/central/features/org.jboss.tools.community.central.feature/feature.xml	2012-09-03 17:17:21 UTC (rev 43384)
@@ -13,17 +13,17 @@
    </license>
 
    <requires>
-      <import feature="org.jboss.tools.central.feature" version="1.1.0.qualifier" match="greaterOrEqual"/>
+      <import feature="org.jboss.tools.central.feature" version="1.1.0" match="greaterOrEqual"/>
       <!-- JBIDE-11299 - include Examples features when installing Central -->
-      <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"/>
+      <import feature="org.jboss.tools.project.examples.feature" version="1.4.0" match="greaterOrEqual"/>
+      <import feature="org.jboss.tools.community.project.examples.feature" version="1.4.0" match="greaterOrEqual"/>
+      <import feature="org.jboss.tools.maven.project.examples.feature" version="1.4.0" match="greaterOrEqual"/>
       <!-- JBIDE-10803 - include AS, Seam, Runtime features when installing Central -->
-      <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"/>
+      <import feature="org.jboss.ide.eclipse.as.feature" version="2.4.0" match="greaterOrEqual"/>
+      <import feature="org.jboss.tools.seam.feature" version="3.4.0" match="greaterOrEqual"/>
+      <import feature="org.jboss.tools.runtime.core.feature" version="2.0.0" match="greaterOrEqual"/>
+      <import feature="org.jboss.tools.runtime.as.detector.feature" version="2.4.0" match="greaterOrEqual"/>
+      <import feature="org.jboss.tools.runtime.seam.detector.feature" version="3.4.0" match="greaterOrEqual"/>
    </requires>
 
    <!-- JBIDE-11299 remove unneeded plugin, but keep this feature around for ease-of-use when installing Central into Eclipse 

Modified: trunk/central/features/org.jboss.tools.community.central.feature/feature.xml
===================================================================
--- trunk/central/features/org.jboss.tools.community.central.feature/feature.xml	2012-09-03 15:32:49 UTC (rev 43383)
+++ trunk/central/features/org.jboss.tools.community.central.feature/feature.xml	2012-09-03 17:17:21 UTC (rev 43384)
@@ -13,17 +13,17 @@
    </license>
 
    <requires>
-      <import feature="org.jboss.tools.central.feature" version="1.1.0.qualifier" match="greaterOrEqual"/>
+      <import feature="org.jboss.tools.central.feature" version="1.1.0" match="greaterOrEqual"/>
       <!-- JBIDE-11299 - include Examples features when installing Central -->
-      <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"/>
+      <import feature="org.jboss.tools.project.examples.feature" version="1.4.0" match="greaterOrEqual"/>
+      <import feature="org.jboss.tools.community.project.examples.feature" version="1.4.0" match="greaterOrEqual"/>
+      <import feature="org.jboss.tools.maven.project.examples.feature" version="1.4.0" match="greaterOrEqual"/>
       <!-- JBIDE-10803 - include AS, Seam, Runtime features when installing Central -->
-      <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"/>
+      <import feature="org.jboss.ide.eclipse.as.feature" version="2.4.0" match="greaterOrEqual"/>
+      <import feature="org.jboss.tools.seam.feature" version="3.4.0" match="greaterOrEqual"/>
+      <import feature="org.jboss.tools.runtime.core.feature" version="2.0.0" match="greaterOrEqual"/>
+      <import feature="org.jboss.tools.runtime.as.detector.feature" version="2.4.0" match="greaterOrEqual"/>
+      <import feature="org.jboss.tools.runtime.seam.detector.feature" version="3.4.0" 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