Author: niallp
Date: Thu Mar 31 18:21:01 2005
New Revision: 159654

URL: http://svn.apache.org/viewcvs?view=rev&rev=159654
Log:
Correct EL Build in struts 1.2.X Branch

Modified:
    struts/el/branches/STRUTS_1_2_BRANCH/build.xml

Modified: struts/el/branches/STRUTS_1_2_BRANCH/build.xml
URL: 
http://svn.apache.org/viewcvs/struts/el/branches/STRUTS_1_2_BRANCH/build.xml?view=diff&r1=159653&r2=159654
==============================================================================
--- struts/el/branches/STRUTS_1_2_BRANCH/build.xml (original)
+++ struts/el/branches/STRUTS_1_2_BRANCH/build.xml Thu Mar 31 18:21:01 2005
@@ -204,7 +204,7 @@
   <copy file="${jdbc20ext.jar}"
         tofile="${build.home}/library/jdbc2_0-stdext.jar"/>
 -->
-  <copy todir="${struts.core.home}/target/library">
+  <copy todir="${build.home}/library">
    <fileset dir="${jstl.tld.dir}" includes="*.tld"/>
    <fileset dir="${struts.core.home}/dist/lib" includes="*.tld"/>
   </copy>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to