[jboss-cvs] JBossAS SVN: r93063 - projects/jboss-osgi/trunk/testsuite/functional.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Sep 1 03:48:43 EDT 2009


Author: thomas.diesler at jboss.com
Date: 2009-09-01 03:48:43 -0400 (Tue, 01 Sep 2009)
New Revision: 93063

Modified:
   projects/jboss-osgi/trunk/testsuite/functional/pom.xml
Log:
Explicitly exclude functional tests

Modified: projects/jboss-osgi/trunk/testsuite/functional/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/testsuite/functional/pom.xml	2009-09-01 07:23:54 UTC (rev 93062)
+++ projects/jboss-osgi/trunk/testsuite/functional/pom.xml	2009-09-01 07:48:43 UTC (rev 93063)
@@ -127,7 +127,17 @@
             <configuration>
               <excludes>
                 <exclude>${target.container.excludes}</exclude>
-                <exclude>org/jboss/test/osgi/**</exclude>
+                <exclude>org/jboss/test/osgi/capabilities/**</exclude>
+                <exclude>org/jboss/test/osgi/jbosgi37/**</exclude>
+                <exclude>org/jboss/test/osgi/jbosgi38/**</exclude>
+                <exclude>org/jboss/test/osgi/jbosgi39/**</exclude>
+                <exclude>org/jboss/test/osgi/jbosgi41/**</exclude>
+                <exclude>org/jboss/test/osgi/jbosgi99/**</exclude>
+                <exclude>org/jboss/test/osgi/jbosgi108/**</exclude>
+                <exclude>org/jboss/test/osgi/jbosgi112/**</exclude>
+                <exclude>org/jboss/test/osgi/jbosgi143/**</exclude>
+                <exclude>org/jboss/test/osgi/service/microcontainer/**</exclude>
+                <exclude>org/jboss/test/osgi/service/startlevel/**</exclude>
               </excludes>
             </configuration>
           </plugin>




More information about the jboss-cvs-commits mailing list