[jboss-cvs] JBossAS SVN: r80170 - trunk/system.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Oct 28 21:26:20 EDT 2008


Author: scott.stark at jboss.org
Date: 2008-10-28 21:26:19 -0400 (Tue, 28 Oct 2008)
New Revision: 80170

Modified:
   trunk/system/build.xml
Log:
Use the sun.jaxb classpath


Modified: trunk/system/build.xml
===================================================================
--- trunk/system/build.xml	2008-10-29 01:03:28 UTC (rev 80169)
+++ trunk/system/build.xml	2008-10-29 01:26:19 UTC (rev 80170)
@@ -83,9 +83,9 @@
       <path refid="jboss.common.logging.spi.classpath"/>
       <!-- TEMP for the temporary AOP Deployer -->
       <path refid="javassist.javassist.classpath"/>
-    	<!-- jaxb for attachment serialization -->
-        <path refid="javax.xml.bind.classpath"/>
-        <path refid="javax.xml.stream.classpath"/>
+      <!-- jaxb for attachment serialization -->
+      <path refid="sun.jaxb.classpath"/>
+      <path refid="javax.xml.stream.classpath"/>
     </path>
 
     &modules;




More information about the jboss-cvs-commits mailing list