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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Sep 15 21:54:20 EDT 2009


Author: thomas.diesler at jboss.com
Date: 2009-09-15 21:54:20 -0400 (Tue, 15 Sep 2009)
New Revision: 93569

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-15 23:15:53 UTC (rev 93568)
+++ projects/jboss-osgi/trunk/testsuite/functional/pom.xml	2009-09-16 01:54:20 UTC (rev 93569)
@@ -128,10 +128,12 @@
               <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/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/jbosgi92/**</exclude>
                 <exclude>org/jboss/test/osgi/jbosgi99/**</exclude>
                 <exclude>org/jboss/test/osgi/jbosgi108/**</exclude>
                 <exclude>org/jboss/test/osgi/jbosgi112/**</exclude>




More information about the jboss-cvs-commits mailing list