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