Author: nickboldt
Date: 2012-04-23 11:55:38 -0400 (Mon, 23 Apr 2012)
New Revision: 40408
Modified:
trunk/build/aggregate/site/site.xml
Log:
expose org.jboss.tools.community.central.feature instead of
org.jboss.tools.central.feature so people will install the all-in-one feature which
includes AS, Seam, Runtime, etc. (JBIDE-10803); remove Struts from AbridgedTools
Modified: trunk/build/aggregate/site/site.xml
===================================================================
--- trunk/build/aggregate/site/site.xml 2012-04-23 15:54:31 UTC (rev 40407)
+++ trunk/build/aggregate/site/site.xml 2012-04-23 15:55:38 UTC (rev 40408)
@@ -18,10 +18,12 @@
-->
<feature url="features/org.jboss.tools.central.feature_0.0.0.jar"
id="org.jboss.tools.central.feature" version="0.0.0">
+ </feature>
+ <!-- only in JBT -->
+ <feature url="features/org.jboss.tools.community.central.feature_0.0.0.jar"
id="org.jboss.tools.community.central.feature" version="0.0.0">
<category name="AbridgedTools" />
<category name="GeneralTools" />
</feature>
- <!-- only in JBT -->
<feature url="features/org.jboss.tools.central.discovery.feature_0.0.0.jar"
id="org.jboss.tools.central.discovery.feature" version="0.0.0">
</feature>
<feature url="features/org.jboss.tools.richfaces.feature_0.0.0.jar"
id="org.jboss.tools.richfaces.feature" version="0.0.0">
@@ -101,7 +103,6 @@
<category name="GeneralTools" />
</feature>
<feature url="features/org.jboss.tools.struts.feature_0.0.0.jar"
id="org.jboss.tools.struts.feature" version="0.0.0">
- <category name="AbridgedTools" />
<category name="WebTools" />
</feature>
<feature url="features/org.jboss.tools.ws.feature_0.0.0.jar"
id="org.jboss.tools.ws.feature" version="0.0.0">
Show replies by date