Author: jjankovi
Date: 2012-03-20 10:33:28 -0400 (Tue, 20 Mar 2012)
New Revision: 39659
Modified:
trunk/cdi/tests/org.jboss.tools.cdi.bot.test/pom.xml
Log:
exclude seam3 configurations in pom
Modified: trunk/cdi/tests/org.jboss.tools.cdi.bot.test/pom.xml
===================================================================
--- trunk/cdi/tests/org.jboss.tools.cdi.bot.test/pom.xml 2012-03-20 14:32:50 UTC (rev
39658)
+++ trunk/cdi/tests/org.jboss.tools.cdi.bot.test/pom.xml 2012-03-20 14:33:28 UTC (rev
39659)
@@ -45,11 +45,11 @@
<artifactId>org.jboss.tools.jsf.feature.feature.group</artifactId>
<version>0.0.0</version>
</dependency>
- <dependency>
+ <!-- <dependency>
<type>p2-installable-unit</type>
<artifactId>org.jboss.tools.cdi.seam.feature.feature.group</artifactId>
<version>0.0.0</version>
- </dependency>
+ </dependency> -->
</dependencies>
</configuration>
</plugin>
@@ -71,12 +71,6 @@
<properties>
<test.suite.class>org.jboss.tools.cdi.bot.test.CDISmokeBotTests</test.suite.class>
</properties>
- </profile>
- <profile>
- <id>seam3-bot-tests</id>
- <properties>
- <test.suite.class>org.jboss.tools.cdi.bot.test.CDISeam3AllBotTests</test.suite.class>
- </properties>
- </profile>
+ </profile>
</profiles>
</project>