Author: nickboldt
Date: 2011-08-03 03:09:33 -0400 (Wed, 03 Aug 2011)
New Revision: 33520
Modified:
trunk/smooks/features/org.jboss.tools.smooks.test.feature/feature.xml
trunk/smooks/site/site.xml
trunk/smooks/tests/pom.xml
Log:
JBIDE-8734 publish test feature and/or bot test plugin(s)
Modified: trunk/smooks/features/org.jboss.tools.smooks.test.feature/feature.xml
===================================================================
--- trunk/smooks/features/org.jboss.tools.smooks.test.feature/feature.xml 2011-08-03
07:09:18 UTC (rev 33519)
+++ trunk/smooks/features/org.jboss.tools.smooks.test.feature/feature.xml 2011-08-03
07:09:33 UTC (rev 33520)
@@ -1,26 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
-<feature
- id="org.jboss.tools.smooks.test.feature"
- label="Smooks Tests"
- version="1.3.0.qualifier"
- provider-name="JBoss by RedHat">
+<feature id="org.jboss.tools.smooks.test.feature" label="Smooks
Tests" version="1.3.0.qualifier" provider-name="JBoss by
RedHat">
- <description
url="http://www.example.com/description">
+ <description
url="http://www.example.com/description">
[Enter Feature Description here.]
</description>
- <copyright
url="http://www.example.com/copyright">
+ <copyright
url="http://www.example.com/copyright">
[Enter Copyright Description here.]
</copyright>
- <license
url="http://www.example.com/license">
+ <license
url="http://www.example.com/license">
[Enter License Description here.]
</license>
- <plugin
- id="org.jboss.tools.smooks.core.test"
- download-size="0"
- install-size="0"
- version="0.0.0"/>
-
+ <plugin id="org.jboss.tools.smooks.core.test" download-size="0"
install-size="0" version="0.0.0" />
+ <plugin id="org.jboss.tools.smooks.templating.test"
download-size="0" install-size="0" version="0.0.0" />
+ <plugin id="org.jboss.tools.smooks.ui.bot.test" download-size="0"
install-size="0" version="0.0.0" />
+ <plugin id="org.jboss.tools.smooks.ui.test" download-size="0"
install-size="0" version="0.0.0" />
</feature>
Modified: trunk/smooks/site/site.xml
===================================================================
--- trunk/smooks/site/site.xml 2011-08-03 07:09:18 UTC (rev 33519)
+++ trunk/smooks/site/site.xml 2011-08-03 07:09:33 UTC (rev 33520)
@@ -8,5 +8,8 @@
<feature url="features/org.jboss.tools.smooks.feature_0.0.0.jar"
id="org.jboss.tools.smooks.feature" version="0.0.0">
<category name="JBoss Tools smooks Nightly Build Update Site"/>
</feature>
+ <feature url="features/org.jboss.tools.smooks.test.feature_0.0.0.jar"
id="org.jboss.tools.smooks.test.feature" version="0.0.0">
+ <category name="JBoss Tools smooks Nightly Build Update Site"/>
+ </feature>
</site>
Modified: trunk/smooks/tests/pom.xml
===================================================================
--- trunk/smooks/tests/pom.xml 2011-08-03 07:09:18 UTC (rev 33519)
+++ trunk/smooks/tests/pom.xml 2011-08-03 07:09:33 UTC (rev 33520)
@@ -16,6 +16,7 @@
<module>org.jboss.tools.smooks.core.test</module>
<module>org.jboss.tools.smooks.templating.test</module>
<module>org.jboss.tools.smooks.ui.test</module>
+ <module>org.jboss.tools.smooks.ui.bot.test</module>
</modules>
</project>
\ No newline at end of file