Author: nickboldt
Date: 2011-08-03 03:09:45 -0400 (Wed, 03 Aug 2011)
New Revision: 33521
Modified:
trunk/struts/features/pom.xml
trunk/struts/site/site.xml
Log:
JBIDE-8734 publish test feature and/or bot test plugin(s)
Modified: trunk/struts/features/pom.xml
===================================================================
--- trunk/struts/features/pom.xml 2011-08-03 07:09:33 UTC (rev 33520)
+++ trunk/struts/features/pom.xml 2011-08-03 07:09:45 UTC (rev 33521)
@@ -13,6 +13,7 @@
<packaging>pom</packaging>
<modules>
<module>org.jboss.tools.struts.feature</module>
+ <module>org.jboss.tools.struts.tests.feature</module>
</modules>
</project>
Modified: trunk/struts/site/site.xml
===================================================================
--- trunk/struts/site/site.xml 2011-08-03 07:09:33 UTC (rev 33520)
+++ trunk/struts/site/site.xml 2011-08-03 07:09:45 UTC (rev 33521)
@@ -8,5 +8,8 @@
<feature url="features/org.jboss.tools.struts.feature_0.0.0.jar"
id="org.jboss.tools.struts.feature" version="0.0.0">
<category name="JBoss Tools struts Nightly Build Update Site"/>
</feature>
+ <feature url="features/org.jboss.tools.struts.tests.feature_0.0.0.jar"
id="org.jboss.tools.struts.tests.feature" version="0.0.0">
+ <category name="JBoss Tools struts Nightly Build Update Site"/>
+ </feature>
</site>