[jboss-cvs] JBossAS SVN: r95839 - projects/jboss-osgi/trunk/testsuite/example.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Fri Oct 30 11:56:11 EDT 2009
Author: thomas.diesler at 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>
More information about the jboss-cvs-commits
mailing list