[jbosstools-commits] JBoss Tools SVN: r35639 - trunk/build/aggregate/site.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Thu Oct 13 19:25:40 EDT 2011
Author: nickboldt
Date: 2011-10-13 19:25:39 -0400 (Thu, 13 Oct 2011)
New Revision: 35639
Modified:
trunk/build/aggregate/site/site.xml
Log:
https://issues.jboss.org/browse/JBIDE-9907 move discovery plugin into its own feature so it won't be installed OOTB.
Modified: trunk/build/aggregate/site/site.xml
===================================================================
--- trunk/build/aggregate/site/site.xml 2011-10-13 23:25:30 UTC (rev 35638)
+++ trunk/build/aggregate/site/site.xml 2011-10-13 23:25:39 UTC (rev 35639)
@@ -11,6 +11,8 @@
<feature url="features/org.jboss.tools.central.feature_0.0.0.jar" id="org.jboss.tools.central.feature" version="0.0.0">
<category name="AllTools"/>
</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>
<feature url="features/org.jboss.tools.richfaces.feature_0.0.0.jar" id="org.jboss.tools.richfaces.feature" version="0.0.0">
<category name="AllTools" />
<category name="WebTools" />
More information about the jbosstools-commits
mailing list