Author: thomas.diesler(a)jboss.com
Date: 2009-10-30 11:56:11 -0400 (Fri, 30 Oct 2009)
New Revision: 95839
Modified:
projects/jboss-osgi/trunk/testsuite/example/pom.xml
Log:
Disable WebAppExtenderTestCase on jbossmc
Modified: projects/jboss-osgi/trunk/testsuite/example/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/testsuite/example/pom.xml 2009-10-30 15:44:49 UTC (rev
95838)
+++ projects/jboss-osgi/trunk/testsuite/example/pom.xml 2009-10-30 15:56:11 UTC (rev
95839)
@@ -290,6 +290,7 @@
<configuration>
<excludes>
<exclude>${target.container.excludes}</exclude>
+
<exclude>org/jboss/test/osgi/example/webapp/WebAppExtenderTestCase.class</exclude>
</excludes>
</configuration>
</plugin>
@@ -330,6 +331,7 @@
<configuration>
<excludes>
<exclude>${target.container.excludes}</exclude>
+
<exclude>org/jboss/test/osgi/example/webapp/WebAppExtenderTestCase.class</exclude>
</excludes>
</configuration>
</plugin>
Show replies by date