Author: vpakan(a)redhat.com
Date: 2012-04-24 09:39:32 -0400 (Tue, 24 Apr 2012)
New Revision: 40454
Modified:
trunk/tests/plugins/pom.xml
trunk/tests/tests/org.jboss.tools.ui.bot.ext.test/pom.xml
trunk/tests/tests/pom.xml
Log:
Move org.jboss.tools.ui.bot.ext.test from plugins module to test module
Modified: trunk/tests/plugins/pom.xml
===================================================================
--- trunk/tests/plugins/pom.xml 2012-04-24 13:13:29 UTC (rev 40453)
+++ trunk/tests/plugins/pom.xml 2012-04-24 13:39:32 UTC (rev 40454)
@@ -14,6 +14,5 @@
<modules>
<module>org.jboss.tools.tests</module>
<module>org.jboss.tools.ui.bot.ext</module>
- <module>org.jboss.tools.ui.bot.ext.test</module>
</modules>
</project>
Modified: trunk/tests/tests/org.jboss.tools.ui.bot.ext.test/pom.xml
===================================================================
--- trunk/tests/tests/org.jboss.tools.ui.bot.ext.test/pom.xml 2012-04-24 13:13:29 UTC (rev
40453)
+++ trunk/tests/tests/org.jboss.tools.ui.bot.ext.test/pom.xml 2012-04-24 13:39:32 UTC (rev
40454)
@@ -2,12 +2,17 @@
<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.jboss.tools.tests</groupId>
- <artifactId>plugins</artifactId>
- <version>3.2.0-SNAPSHOT</version>
- </parent>
- <groupId>org.jboss.tools.tests.plugins</groupId>
+ <groupId>org.jboss.tools.tests</groupId>
+ <artifactId>tests</artifactId>
+ <version>3.2.0-SNAPSHOT</version>
+ </parent>
+
+ <groupId>org.jboss.tools.tests.tests</groupId>
<artifactId>org.jboss.tools.ui.bot.ext.test</artifactId>
- <packaging>eclipse-plugin</packaging>
-</project>
+ <packaging>eclipse-test-plugin</packaging>
+
+ <properties>
+ <skipTests>true</skipTests>
+ </properties>
+</project>
\ No newline at end of file
Modified: trunk/tests/tests/pom.xml
===================================================================
--- trunk/tests/tests/pom.xml 2012-04-24 13:13:29 UTC (rev 40453)
+++ trunk/tests/tests/pom.xml 2012-04-24 13:39:32 UTC (rev 40454)
@@ -14,6 +14,7 @@
<packaging>pom</packaging>
<modules>
<module>org.jboss.tools.tests.tests</module>
+ <module>org.jboss.tools.ui.bot.ext.test</module>
</modules>
</project>