[jboss-osgi-commits] JBoss-OSGI SVN: r97598 - projects/jboss-osgi/trunk/testsuite/example.

jboss-osgi-commits at lists.jboss.org jboss-osgi-commits at lists.jboss.org
Wed Dec 9 02:20:24 EST 2009


Author: thomas.diesler at jboss.com
Date: 2009-12-09 02:20:24 -0500 (Wed, 09 Dec 2009)
New Revision: 97598

Modified:
   projects/jboss-osgi/trunk/testsuite/example/pom.xml
Log:
[JBOSGI-236] XML Binding example fails in JBossAS
Exclude test in equinox

Modified: projects/jboss-osgi/trunk/testsuite/example/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/testsuite/example/pom.xml	2009-12-09 07:14:05 UTC (rev 97597)
+++ projects/jboss-osgi/trunk/testsuite/example/pom.xml	2009-12-09 07:20:24 UTC (rev 97598)
@@ -190,7 +190,7 @@
                 <exclude>org/jboss/test/osgi/example/blueprint/**</exclude>
                 <exclude>org/jboss/test/osgi/example/microcontainer/**</exclude>
                 <!-- [JBOSGI-236] XML Binding example fails in JBossAS -->
-                <exclude>org/jboss/test/osgi/example/jbossxb/**</exclude>
+                <exclude>org/jboss/test/osgi/example/xml/jbossxb/**</exclude>
               </excludes>
             </configuration>
           </plugin>



More information about the jboss-osgi-commits mailing list