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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Sep 15 23:18:52 EDT 2009


Author: thomas.diesler at jboss.com
Date: 2009-09-15 23:18:52 -0400 (Tue, 15 Sep 2009)
New Revision: 93572

Modified:
   projects/jboss-osgi/trunk/testsuite/functional/pom.xml
Log:
Exclude equinox tests that don't work with jboss600

Modified: projects/jboss-osgi/trunk/testsuite/functional/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/testsuite/functional/pom.xml	2009-09-16 03:12:03 UTC (rev 93571)
+++ projects/jboss-osgi/trunk/testsuite/functional/pom.xml	2009-09-16 03:18:52 UTC (rev 93572)
@@ -128,7 +128,7 @@
               <excludes>
                 <exclude>${target.container.excludes}</exclude>
                 <exclude>org/jboss/test/osgi/capabilities/**</exclude>
-                <exclude>org/jboss/test/osgi/jbosgi36/**</exclude>
+                <exclude>org/jboss/test/osgi/jbossas/jbosgi36/**</exclude>
                 <exclude>org/jboss/test/osgi/jbosgi37/**</exclude>
                 <exclude>org/jboss/test/osgi/jbosgi38/**</exclude>
                 <exclude>org/jboss/test/osgi/jbosgi39/**</exclude>




More information about the jboss-cvs-commits mailing list