Author: nickboldt
Date: 2011-08-02 17:31:01 -0400 (Tue, 02 Aug 2011)
New Revision: 33473
Modified:
trunk/ws/features/pom.xml
trunk/ws/site/site.xml
trunk/ws/tests/pom.xml
Log:
JBIDE-8734 publish test feature and/or bot test plugin(s)
Modified: trunk/ws/features/pom.xml
===================================================================
--- trunk/ws/features/pom.xml 2011-08-02 21:30:48 UTC (rev 33472)
+++ trunk/ws/features/pom.xml 2011-08-02 21:31:01 UTC (rev 33473)
@@ -15,6 +15,7 @@
<modules>
<module>org.jboss.tools.ws.feature</module>
<module>org.jboss.tools.ws.jaxrs.feature</module>
+ <module>org.jboss.tools.ws.tests.feature</module>
</modules>
</project>
Modified: trunk/ws/site/site.xml
===================================================================
--- trunk/ws/site/site.xml 2011-08-02 21:30:48 UTC (rev 33472)
+++ trunk/ws/site/site.xml 2011-08-02 21:31:01 UTC (rev 33473)
@@ -11,5 +11,8 @@
<feature url="features/org.jboss.tools.ws.jaxrs.feature_0.0.0.jar"
id="org.jboss.tools.ws.jaxrs.feature" version="0.0.0">
<category name="JBoss Tools ws Nightly Build Update Site"/>
</feature>
+ <feature url="features/org.jboss.tools.ws.tests.feature_0.0.0.jar"
id="org.jboss.tools.ws.tests.feature" version="0.0.0">
+ <category name="JBoss Tools ws Nightly Build Update Site"/>
+ </feature>
</site>
Modified: trunk/ws/tests/pom.xml
===================================================================
--- trunk/ws/tests/pom.xml 2011-08-02 21:30:48 UTC (rev 33472)
+++ trunk/ws/tests/pom.xml 2011-08-02 21:31:01 UTC (rev 33473)
@@ -17,6 +17,7 @@
<module>org.jboss.tools.ws.creation.core.test</module>
<module>org.jboss.tools.ws.ui.test</module>
<module>org.jboss.tools.ws.jaxrs.core.test</module>
+ <module>org.jboss.tools.ws.ui.bot.test</module>
</modules>
</project>
Show replies by date