[jboss-cvs] JBossAS SVN: r108785 - trunk/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Oct 22 03:42:48 EDT 2010


Author: jim.ma
Date: 2010-10-22 03:42:48 -0400 (Fri, 22 Oct 2010)
New Revision: 108785

Modified:
   trunk/build/build.xml
Log:
[JBAS-8545]:Added asm.jar in the distribution

Modified: trunk/build/build.xml
===================================================================
--- trunk/build/build.xml	2010-10-22 07:27:40 UTC (rev 108784)
+++ trunk/build/build.xml	2010-10-22 07:42:48 UTC (rev 108785)
@@ -1972,6 +1972,7 @@
       <fileset refid="org.jboss.ws.projects:jaxws-httpserver-httpspi:jar"/>
       <fileset refid="org.jboss.netty:netty:jar"/>
       <fileset refid="commons-beanutils:commons-beanutils:jar"/>
+      <fileset refid="asm:asm:jar"/>
       <fileset refid="antlr:antlr:jar"/>
       <fileset refid="commons-collections:commons-collections:jar"/>
       <fileset refid="org.jboss.security:jboss-negotiation:jar"/>
@@ -2234,6 +2235,7 @@
     <!-- Copy the generated client libraries -->
     <mkdir dir="${install.client}"/>
     <copy todir="${install.client}" filtering="no">
+      <fileset refid="asm:asm:jar"/>
       <fileset refid="antlr:antlr:jar"/>
       <fileset refid="apache-xalan:xalan:jar"/>
       <fileset refid="apache-xalan:serializer:jar"/>



More information about the jboss-cvs-commits mailing list