You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by ro...@apache.org on 2004/11/21 22:37:53 UTC

svn commit: r106124 - /lenya/branches/BRANCH_1_2_X/src/targets/webapp-build.xml

Author: roku
Date: Sun Nov 21 13:37:52 2004
New Revision: 106124

Modified:
   lenya/branches/BRANCH_1_2_X/src/targets/webapp-build.xml
Log:
Publication specific libs are copied in init-build.xml.

Modified: lenya/branches/BRANCH_1_2_X/src/targets/webapp-build.xml
Url: http://svn.apache.org/viewcvs/lenya/branches/BRANCH_1_2_X/src/targets/webapp-build.xml?view=diff&rev=106124&p1=lenya/branches/BRANCH_1_2_X/src/targets/webapp-build.xml&r1=106123&p2=lenya/branches/BRANCH_1_2_X/src/targets/webapp-build.xml&r2=106124
==============================================================================
--- lenya/branches/BRANCH_1_2_X/src/targets/webapp-build.xml	(original)
+++ lenya/branches/BRANCH_1_2_X/src/targets/webapp-build.xml	Sun Nov 21 13:37:52 2004
@@ -144,13 +144,6 @@
     <!-- now copy any additional libraries in ./lib -->
     <mkdir dir="${build.webapp}/WEB-INF/lib"/>
 
-    <echo>INFO: Copy publication libraries</echo>
-    <copy todir="${build.webapp}/WEB-INF/lib" flatten="yes">
-      <fileset dir="${build.webapp}/lenya/pubs">
-        <include name="*/java/lib/*.jar"/>
-      </fileset>
-    </copy>
-
     <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}">

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