Author: nickboldt
Date: 2011-08-02 17:04:07 -0400 (Tue, 02 Aug 2011)
New Revision: 33459
Modified:
trunk/deltacloud/features/org.jboss.tools.deltacloud.test.feature/feature.xml
trunk/deltacloud/site/site.xml
trunk/deltacloud/tests/pom.xml
Log:
https://issues.jboss.org/browse/JBIDE-8734 publish deltacloud bot test plugin
Modified: trunk/deltacloud/features/org.jboss.tools.deltacloud.test.feature/feature.xml
===================================================================
---
trunk/deltacloud/features/org.jboss.tools.deltacloud.test.feature/feature.xml 2011-08-02
20:36:26 UTC (rev 33458)
+++
trunk/deltacloud/features/org.jboss.tools.deltacloud.test.feature/feature.xml 2011-08-02
21:04:07 UTC (rev 33459)
@@ -1,26 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
-<feature
- id="org.jboss.tools.deltacloud.test.feature"
- label="JBoss Tools Deltacloud Test Feature"
- version="1.0.1.qualifier">
+<feature id="org.jboss.tools.deltacloud.test.feature" label="JBoss
Tools Deltacloud Test Feature" version="1.0.1.qualifier">
- <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.deltacloud.test"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
+ <plugin id="org.jboss.tools.deltacloud.test" download-size="0"
install-size="0" version="0.0.0" unpack="false" />
+ <plugin id="org.jboss.tools.deltacloud.ui.bot.test"
download-size="0" install-size="0" version="0.0.0"
unpack="false" />
</feature>
Modified: trunk/deltacloud/site/site.xml
===================================================================
--- trunk/deltacloud/site/site.xml 2011-08-02 20:36:26 UTC (rev 33458)
+++ trunk/deltacloud/site/site.xml 2011-08-02 21:04:07 UTC (rev 33459)
@@ -8,5 +8,8 @@
<feature url="features/org.jboss.tools.deltacloud.feature_0.0.0.jar"
id="org.jboss.tools.deltacloud.feature" version="0.0.0">
<category name="JBoss Tools Deltacloud Nightly Build Update Site"/>
</feature>
+ <feature url="features/org.jboss.tools.deltacloud.test.feature_0.0.0.jar"
id="org.jboss.tools.deltacloud.test.feature" version="0.0.0">
+ <category name="JBoss Tools Deltacloud Nightly Build Update Site"/>
+ </feature>
</site>
Modified: trunk/deltacloud/tests/pom.xml
===================================================================
--- trunk/deltacloud/tests/pom.xml 2011-08-02 20:36:26 UTC (rev 33458)
+++ trunk/deltacloud/tests/pom.xml 2011-08-02 21:04:07 UTC (rev 33459)
@@ -14,6 +14,7 @@
<packaging>pom</packaging>
<modules>
<module>org.jboss.tools.deltacloud.test</module>
+ <module>org.jboss.tools.deltacloud.ui.bot.test</module>
</modules>
</project>