Author: dgolovin
Date: 2012-04-03 15:47:32 -0400 (Tue, 03 Apr 2012)
New Revision: 40014
Modified:
trunk/build/aggregate/site/site.xml
Log:
https://issues.jboss.org/browse/JBIDE-11244 Auto-discover all the modules and add them to
the configuration on GWT project import
added gwt configiurator to aggregated update site under MavenTools category
Modified: trunk/build/aggregate/site/site.xml
===================================================================
--- trunk/build/aggregate/site/site.xml 2012-04-03 19:19:22 UTC (rev 40013)
+++ trunk/build/aggregate/site/site.xml 2012-04-03 19:47:32 UTC (rev 40014)
@@ -190,6 +190,9 @@
<feature
url="features/org.jboss.tools.maven.jbosspackaging.feature_0.0.0.jar"
id="org.jboss.tools.maven.jbosspackaging.feature" version="0.0.0">
<category name="MavenTools" />
</feature>
+ <feature url="features/org.jboss.tools.maven.gwt.feature_0.0.0.jar"
id="org.jboss.tools.maven.gwt.feature" version="0.0.0">
+ <category name="MavenTools" />
+ </feature>
<!-- only in JBT -->
<feature url="features/org.jboss.tools.gwt.feature_0.0.0.jar"
id="org.jboss.tools.gwt.feature" version="0.0.0">
<category name="GeneralTools" />