[jboss-cvs] JBossAS SVN: r71157 - branches/JBPAPP_4_2_0_GA_CP/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Mar 21 14:14:41 EDT 2008


Author: dbhole
Date: 2008-03-21 14:14:41 -0400 (Fri, 21 Mar 2008)
New Revision: 71157

Modified:
   branches/JBPAPP_4_2_0_GA_CP/build/build-distr.xml
   branches/JBPAPP_4_2_0_GA_CP/build/build-thirdparty.xml
Log:

Use cglib-dep instead of -nodep



Modified: branches/JBPAPP_4_2_0_GA_CP/build/build-distr.xml
===================================================================
--- branches/JBPAPP_4_2_0_GA_CP/build/build-distr.xml	2008-03-21 18:03:21 UTC (rev 71156)
+++ branches/JBPAPP_4_2_0_GA_CP/build/build-distr.xml	2008-03-21 18:14:41 UTC (rev 71157)
@@ -1672,6 +1672,12 @@
       <fileset dir="${cglib.lib}">
         <include name="cglib.jar"/>
       </fileset>
+      <fileset dir="${asm.asm.lib}">
+        <include name="asm.jar"/>
+      </fileset>
+      <fileset dir="${asm.asm.lib}">
+        <include name="asm-attrs.jar"/>
+      </fileset>
       <!-- Used by deployment & console modules -->
       <fileset dir="${dom4j.dom4j.lib}">
         <include name="dom4j.jar"/>

Modified: branches/JBPAPP_4_2_0_GA_CP/build/build-thirdparty.xml
===================================================================
--- branches/JBPAPP_4_2_0_GA_CP/build/build-thirdparty.xml	2008-03-21 18:03:21 UTC (rev 71156)
+++ branches/JBPAPP_4_2_0_GA_CP/build/build-thirdparty.xml	2008-03-21 18:14:41 UTC (rev 71157)
@@ -81,7 +81,7 @@
     <componentref name="apache-xalan" version="2.7.0.patch01-brew"/>
     <componentref name="apache-xerces" version="2.7.1-brew"/>
     <componentref name="apache-xmlsec" version="1.3.0-brew"/>
-    <componentref name="cglib" version="2.1.3-brew"/>
+    <componentref name="cglib" version="2.1.3dep-brew"/>
     <componentref name="beanshell" version="1.3.0-brew"/>
     <componentref name="dom4j" version="1.6.1-brew"/>
     <componentref name="gnu-getopt" version="1.0.12-brew"/>




More information about the jboss-cvs-commits mailing list