craigmcc    01/02/23 13:14:39

  Modified:    .        build.xml
  Log:
  Correct destination of the xerces.jar copy for the struts-upload example,
  when executing the "deploy.catalina" target.
  
  Revision  Changes    Path
  1.38      +1 -1      jakarta-struts/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/build.xml,v
  retrieving revision 1.37
  retrieving revision 1.38
  diff -u -r1.37 -r1.38
  --- build.xml 2001/02/19 02:09:04     1.37
  +++ build.xml 2001/02/23 21:14:39     1.38
  @@ -417,7 +417,7 @@
       <copy  todir="${catalina.home}/webapps/struts-upload">
         <fileset dir="${build.home}/upload"/>
       </copy>
  -    <copy  todir="${catalina.home}/webapps/struts-upload/WEB-INF">
  +    <copy  todir="${catalina.home}/webapps/struts-upload/WEB-INF/lib">
         <fileset dir="${xerces.home}" includes="xerces.jar"/>
       </copy>
     </target>
  
  
  

Reply via email to