Author: nickboldt
Date: 2010-02-17 18:02:59 -0500 (Wed, 17 Feb 2010)
New Revision: 20342
Modified:
trunk/seam/features/org.jboss.tools.seam.feature/feature.xml
Log:
remove update site and add qualifier to seam.feature
Modified: trunk/seam/features/org.jboss.tools.seam.feature/feature.xml
===================================================================
--- trunk/seam/features/org.jboss.tools.seam.feature/feature.xml 2010-02-17 23:02:03 UTC
(rev 20341)
+++ trunk/seam/features/org.jboss.tools.seam.feature/feature.xml 2010-02-17 23:02:59 UTC
(rev 20342)
@@ -2,7 +2,8 @@
<feature
id="org.jboss.tools.seam.feature"
label="%featureName"
- version="1.0.0"
+ version="1.0.0.qualifier"
+
provider-name="%providerName"
plugin="org.jboss.tools.seam.core">
@@ -18,9 +19,11 @@
%license
</license>
+ <!--
<url>
<update label="%updateSiteName"
url="http://download.jboss.org/jbosstools/updates/stable/galileo/&qu...
</url>
+ -->
<requires>
<import feature="org.jboss.tools.richfaces.feature"
version="2.0.0" match="greaterOrEqual"/>