[jboss-cvs] JBossAS SVN: r59270 - trunk/build

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jan 2 02:39:35 EST 2007


Author: scott.stark at jboss.org
Date: 2007-01-02 02:39:33 -0500 (Tue, 02 Jan 2007)
New Revision: 59270

Modified:
   trunk/build/build-distr.xml
Log:
Update the classpath for the vfs breakout

Modified: trunk/build/build-distr.xml
===================================================================
--- trunk/build/build-distr.xml	2007-01-02 07:38:24 UTC (rev 59269)
+++ trunk/build/build-distr.xml	2007-01-02 07:39:33 UTC (rev 59270)
@@ -1711,6 +1711,9 @@
         <include name="jboss-microcontainer.jar"/>
         <include name="jboss-deployers.jar"/>
       </fileset>
+      <fileset dir="${jboss.jboss.vfs.lib}">
+        <include name="jboss-vfs.jar"/>
+      </fileset>
     </copy>
     
     <!-- Copy the generated client libraries -->




More information about the jboss-cvs-commits mailing list