You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2004/10/25 15:36:59 UTC

svn commit: rev 55499 - incubator/lenya/branches/BRANCH_1_2_X/src/targets

Author: antonio
Date: Mon Oct 25 06:36:59 2004
New Revision: 55499

Modified:
   incubator/lenya/branches/BRANCH_1_2_X/src/targets/webapp-build.xml
Log:
Undo lastest change (restore copy of lib-dir)

Modified: incubator/lenya/branches/BRANCH_1_2_X/src/targets/webapp-build.xml
==============================================================================
--- incubator/lenya/branches/BRANCH_1_2_X/src/targets/webapp-build.xml	(original)
+++ incubator/lenya/branches/BRANCH_1_2_X/src/targets/webapp-build.xml	Mon Oct 25 06:36:59 2004
@@ -158,9 +158,12 @@
       </fileset>
     </copy>
 
-    <echo>INFO: Copy libraries from ${lib.dir} to ${build.webapp}/WEB-INF/lib</echo>
+    <echo>INFO: Copy libraries from ${lib.dir} and ${tools.lib.dir} to ${build.webapp}/WEB-INF/lib</echo>
     <copy todir="${build.webapp}/WEB-INF/lib">
       <fileset dir="${lib.dir}">
+        <include name="**/*"/>
+      </fileset>
+      <fileset dir="${tools.lib.dir}">
         <include name="**/*"/>
       </fileset>
     </copy>

---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-cvs-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-cvs-help@cocoon.apache.org