Author: dgolovin
Date: 2011-11-07 14:59:53 -0500 (Mon, 07 Nov 2011)
New Revision: 36208
Added:
trunk/seam/tests/org.jboss.tools.seam.base.test/
Removed:
trunk/seam/plugins/org.jboss.tools.seam.base.test/
Modified:
trunk/seam/plugins/pom.xml
trunk/seam/tests/org.jboss.tools.seam.base.test/pom.xml
trunk/seam/tests/pom.xml
Log:
https://issues.jboss.org/browse/JBIDE-10107 (Move *.base.test from plugins folder to tests
folder)
moved seam.base.test to tests folder to avoid confusion
Modified: trunk/seam/plugins/pom.xml
===================================================================
--- trunk/seam/plugins/pom.xml 2011-11-07 19:45:28 UTC (rev 36207)
+++ trunk/seam/plugins/pom.xml 2011-11-07 19:59:53 UTC (rev 36208)
@@ -13,7 +13,6 @@
<packaging>pom</packaging>
<modules>
<module>org.jboss.tools.seam.core</module>
- <module>org.jboss.tools.seam.base.test</module>
<module>org.jboss.tools.seam.pages.xml</module>
<module>org.jboss.tools.seam.text.ext</module>
<module>org.jboss.tools.seam.ui</module>
Modified: trunk/seam/tests/org.jboss.tools.seam.base.test/pom.xml
===================================================================
--- trunk/seam/plugins/org.jboss.tools.seam.base.test/pom.xml 2011-11-07 16:04:17 UTC (rev
36195)
+++ trunk/seam/tests/org.jboss.tools.seam.base.test/pom.xml 2011-11-07 19:59:53 UTC (rev
36208)
@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.jboss.tools.seam</groupId>
- <artifactId>plugins</artifactId>
+ <artifactId>tests</artifactId>
<version>3.3.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.seam.plugins</groupId>
Modified: trunk/seam/tests/pom.xml
===================================================================
--- trunk/seam/tests/pom.xml 2011-11-07 19:45:28 UTC (rev 36207)
+++ trunk/seam/tests/pom.xml 2011-11-07 19:59:53 UTC (rev 36208)
@@ -12,6 +12,7 @@
<packaging>pom</packaging>
<modules>
+ <module>org.jboss.tools.seam.base.test</module>
<module>org.jboss.tools.seam.core.test</module>
<module>org.jboss.tools.seam.pages.xml.test</module>
<module>org.jboss.tools.seam.ui.bot.test</module>