[jboss-cvs] JBossAS SVN: r95541 - projects/jboss-osgi/trunk/testsuite/example.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Sat Oct 24 01:41:19 EDT 2009
Author: thomas.diesler at jboss.com
Date: 2009-10-24 01:41:19 -0400 (Sat, 24 Oct 2009)
New Revision: 95541
Modified:
projects/jboss-osgi/trunk/testsuite/example/pom.xml
Log:
Exclude interceptor test for equinox
Modified: projects/jboss-osgi/trunk/testsuite/example/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/testsuite/example/pom.xml 2009-10-24 03:03:09 UTC (rev 95540)
+++ projects/jboss-osgi/trunk/testsuite/example/pom.xml 2009-10-24 05:41:19 UTC (rev 95541)
@@ -185,6 +185,7 @@
<exclude>${target.container.excludes}</exclude>
<exclude>org/jboss/test/osgi/example/blueprint/**</exclude>
<exclude>org/jboss/test/osgi/example/http/**</exclude>
+ <exclude>org/jboss/test/osgi/example/interceptor/**</exclude>
<exclude>org/jboss/test/osgi/example/jmx/**</exclude>
<exclude>org/jboss/test/osgi/example/jndi/**</exclude>
<exclude>org/jboss/test/osgi/example/microcontainer/**</exclude>
More information about the jboss-cvs-commits
mailing list