[jboss-cvs] JBossAS SVN: r99537 - branches/JBPAPP_5_0/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jan 18 08:44:22 EST 2010


Author: stliu
Date: 2010-01-18 08:44:22 -0500 (Mon, 18 Jan 2010)
New Revision: 99537

Modified:
   branches/JBPAPP_5_0/build/build-distr.xml
Log:
JBPAPP-3445 org.objectweb.asm.lib property in build-distr.xml not found error

Modified: branches/JBPAPP_5_0/build/build-distr.xml
===================================================================
--- branches/JBPAPP_5_0/build/build-distr.xml	2010-01-18 10:24:17 UTC (rev 99536)
+++ branches/JBPAPP_5_0/build/build-distr.xml	2010-01-18 13:44:22 UTC (rev 99537)
@@ -1255,7 +1255,7 @@
       <fileset dir="${_module.output}/resources/threads"/>
     </copy>
     <copy todir="${install.common.lib}">
-      <fileset dir="${org.objectweb.asm.lib}">
+      <fileset dir="${asm.asm.lib}">
          <include name="asm.jar" />
       </fileset>
     </copy>




More information about the jboss-cvs-commits mailing list