Author: nickboldt
Date: 2012-04-23 11:58:13 -0400 (Mon, 23 Apr 2012)
New Revision: 40411
Modified:
trunk/central/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)
Modified: trunk/central/site/site.xml
===================================================================
--- trunk/central/site/site.xml 2012-04-23 15:55:44 UTC (rev 40410)
+++ trunk/central/site/site.xml 2012-04-23 15:58:13 UTC (rev 40411)
@@ -3,9 +3,11 @@
<description>
To install these features, point Eclipse at this site.
</description>
- <feature url="features/org.jboss.tools.central.feature_0.0.0.jar"
id="org.jboss.tools.central.feature" version="0.0.0">
+ <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="JBoss Central Nightly Build Update Site"/>
</feature>
+ <feature url="features/org.jboss.tools.central.feature_0.0.0.jar"
id="org.jboss.tools.central.feature" version="0.0.0">
+ </feature>
<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>
Show replies by date