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

jboss-osgi-commits at lists.jboss.org jboss-osgi-commits at lists.jboss.org
Tue Feb 2 01:29:47 EST 2010


Author: thomas.diesler at jboss.com
Date: 2010-02-02 01:29:47 -0500 (Tue, 02 Feb 2010)
New Revision: 100242

Modified:
   projects/jboss-osgi/trunk/testsuite/example/pom.xml
Log:
[JBOSGI-145] JAXB classes are loaded from the system classpath
Exclude for equinox

Modified: projects/jboss-osgi/trunk/testsuite/example/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/testsuite/example/pom.xml	2010-02-02 06:28:21 UTC (rev 100241)
+++ projects/jboss-osgi/trunk/testsuite/example/pom.xml	2010-02-02 06:29:47 UTC (rev 100242)
@@ -182,6 +182,8 @@
             <configuration>
               <excludes>
                 <exclude>${target.container.excludes}</exclude>
+                <!-- [JBOSGI-145] JAXB classes are loaded from the system classpath -->
+                <exclude>org/jboss/test/osgi/example/xml/jaxb/**</exclude>
                 <!-- [JBOSGI-236] XML Binding example fails in JBossAS -->
                 <exclude>org/jboss/test/osgi/example/xml/jbossxb/**</exclude>
                 <!-- Functionality not supported in Equinox -->                



More information about the jboss-osgi-commits mailing list