Author: dgolovin
Date: 2010-05-27 19:22:43 -0400 (Thu, 27 May 2010)
New Revision: 22396
Modified:
trunk/jst/tests/org.jboss.tools.jst.ui.bot.test/pom.xml
trunk/jst/tests/org.jboss.tools.jst.ui.firstrun.bot.test/pom.xml
Log:
https://jira.jboss.org/browse/JBDS-1202 problems running tests
revert plug-ins:
-o.j.t.jst.ui.bot.test
-o.j.t.jst.ui.firstrun.bot.test
to eclipse-plugin or test execution fails because there are no tests inside this plug-ins
Modified: trunk/jst/tests/org.jboss.tools.jst.ui.bot.test/pom.xml
===================================================================
--- trunk/jst/tests/org.jboss.tools.jst.ui.bot.test/pom.xml 2010-05-27 21:47:23 UTC (rev
22395)
+++ trunk/jst/tests/org.jboss.tools.jst.ui.bot.test/pom.xml 2010-05-27 23:22:43 UTC (rev
22396)
@@ -10,5 +10,5 @@
<groupId>org.jboss.tools</groupId>
<artifactId>org.jboss.tools.jst.ui.bot.test</artifactId>
<version>3.1.0-SNAPSHOT</version>
- <packaging>eclipse-test-plugin</packaging>
+ <packaging>eclipse-plugin</packaging>
</project>
Modified: trunk/jst/tests/org.jboss.tools.jst.ui.firstrun.bot.test/pom.xml
===================================================================
--- trunk/jst/tests/org.jboss.tools.jst.ui.firstrun.bot.test/pom.xml 2010-05-27 21:47:23
UTC (rev 22395)
+++ trunk/jst/tests/org.jboss.tools.jst.ui.firstrun.bot.test/pom.xml 2010-05-27 23:22:43
UTC (rev 22396)
@@ -10,5 +10,5 @@
<groupId>org.jboss.tools</groupId>
<artifactId>org.jboss.tools.jst.ui.firstrun.bot.test</artifactId>
<version>3.1.0-SNAPSHOT</version>
- <packaging>eclipse-test-plugin</packaging>
+ <packaging>eclipse-plugin</packaging>
</project>