[jboss-cvs] JBossAS SVN: r69580 - trunk/aspects.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Feb 4 10:42:49 EST 2008


Author: kabir.khan at jboss.com
Date: 2008-02-04 10:42:49 -0500 (Mon, 04 Feb 2008)
New Revision: 69580

Modified:
   trunk/aspects/build.xml
Log:
Add jaxb and jbossxb to the classpath since the metadata stuff needs some annotations from there

Modified: trunk/aspects/build.xml
===================================================================
--- trunk/aspects/build.xml	2008-02-04 15:39:04 UTC (rev 69579)
+++ trunk/aspects/build.xml	2008-02-04 15:42:49 UTC (rev 69580)
@@ -83,6 +83,8 @@
          <path refid="jboss.jboss.ha.server.api.classpath"/>
          <path refid="jboss.test.classpath"/>
          <path refid="jboss.integration.classpath"/>
+      	<path refid="jboss.jbossxb.classpath"/>
+      	<path refid="sun.jaxb.classpath"/>
       </path>
 
       <!-- Configure modules -->




More information about the jboss-cvs-commits mailing list