[jboss-cvs] JBossAS SVN: r75610 - trunk/cluster.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jul 10 06:59:42 EDT 2008


Author: kabir.khan at jboss.com
Date: 2008-07-10 06:59:42 -0400 (Thu, 10 Jul 2008)
New Revision: 75610

Modified:
   trunk/cluster/build.xml
Log:
Fix build by adding jbossxb to classpath

Modified: trunk/cluster/build.xml
===================================================================
--- trunk/cluster/build.xml	2008-07-10 10:38:12 UTC (rev 75609)
+++ trunk/cluster/build.xml	2008-07-10 10:59:42 UTC (rev 75610)
@@ -96,6 +96,7 @@
       <path refid="jboss.common.logging.jdk.classpath"/>
       <path refid="jboss.jboss.vfs.classpath"/>
       <path refid="sun.jaxb.classpath"/>
+      <path refid="jboss.jbossxb.classpath"/>
     </path>
 
     <!-- ======= -->




More information about the jboss-cvs-commits mailing list