Author: thomas.diesler(a)jboss.com
Date: 2009-09-15 16:27:35 -0400 (Tue, 15 Sep 2009)
New Revision: 93561
Modified:
projects/jboss-osgi/trunk/testsuite/example/pom.xml
projects/jboss-osgi/trunk/testsuite/functional/pom.xml
Log:
Exclude felix tests that don't work with a security manager
Modified: projects/jboss-osgi/trunk/testsuite/example/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/testsuite/example/pom.xml 2009-09-15 20:20:39 UTC (rev
93560)
+++ projects/jboss-osgi/trunk/testsuite/example/pom.xml 2009-09-15 20:27:35 UTC (rev
93561)
@@ -197,6 +197,7 @@
<configuration>
<excludes>
<exclude>${target.container.excludes}</exclude>
+ <exclude>org/jboss/test/osgi/example/blueprint/**</exclude>
</excludes>
</configuration>
</plugin>
Modified: projects/jboss-osgi/trunk/testsuite/functional/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/testsuite/functional/pom.xml 2009-09-15 20:20:39 UTC (rev
93560)
+++ projects/jboss-osgi/trunk/testsuite/functional/pom.xml 2009-09-15 20:27:35 UTC (rev
93561)
@@ -166,7 +166,10 @@
<configuration>
<excludes>
<exclude>${target.container.excludes}</exclude>
+ <exclude>org/jboss/test/osgi/capabilities/**</exclude>
+ <exclude>org/jboss/test/osgi/jbosgi38/**</exclude>
<exclude>org/jboss/test/osgi/jbosgi142/**</exclude>
+ <exclude>org/jboss/test/osgi/jbosgi143/**</exclude>
<exclude>org/jboss/test/osgi/jbosgi151/**</exclude>
</excludes>
</configuration>