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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Nov 27 13:51:09 EST 2006


Author: scott.stark at jboss.org
Date: 2006-11-27 13:51:00 -0500 (Mon, 27 Nov 2006)
New Revision: 58690

Modified:
   trunk/build/build.xml
Log:
Include the jboss-logging-* jars in the jbossall-client.jar

Modified: trunk/build/build.xml
===================================================================
--- trunk/build/build.xml	2006-11-27 17:12:51 UTC (rev 58689)
+++ trunk/build/build.xml	2006-11-27 18:51:00 UTC (rev 58690)
@@ -762,6 +762,7 @@
    <uptodate property="bypass-jboss-all-client.on" targetfile="${install.client}/jbossall-client.jar">
       <srcfiles dir="${install.client}">
         <include name="*-client.jar"/>
+        <include name="jboss-logging-*.jar" />
         <include name="asm.jar"/>
         <include name="cglib-2.1.1.jar"/>
         <include name="commons-logging.jar"/>




More information about the jboss-cvs-commits mailing list