Author: dgolovin
Date: 2011-07-29 20:03:39 -0400 (Fri, 29 Jul 2011)
New Revision: 33381
Modified:
trunk/seam/tests/org.jboss.tools.seam.ui.test/pom.xml
Log:
fixed tests product Id to run tests without welcome screen
Modified: trunk/seam/tests/org.jboss.tools.seam.ui.test/pom.xml
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam.ui.test/pom.xml 2011-07-29 23:28:24 UTC (rev
33380)
+++ trunk/seam/tests/org.jboss.tools.seam.ui.test/pom.xml 2011-07-30 00:03:39 UTC (rev
33381)
@@ -23,7 +23,7 @@
<groupId>org.sonatype.tycho</groupId>
<artifactId>maven-osgi-test-plugin</artifactId>
<configuration>
- <product>org.jboss.tools.tests</product>
+ <product>org.jboss.tools.tests.product</product>
<explodedBundles>
<bundle>org.jboss.tools.seam.core.test</bundle>
<bundle>org.jboss.tools.vpe</bundle>
@@ -36,14 +36,6 @@
<includes>
<include>org/jboss/tools/seam/ui/test/SeamUiAllTests.class</include>
</includes>
- <dependencies>
- <dependency>
- <groupId>org.jboss.tools</groupId>
- <artifactId>org.jboss.tools.xulrunner.initializer</artifactId>
- <version>3.1.0</version>
- <type>eclipse-plugin</type>
- </dependency>
- </dependencies>
</configuration>
</plugin>
</plugins>
Show replies by date