Author: thomas.diesler(a)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>
Show replies by date