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/03/01 17:51:58 UTC

cvs commit: cocoon-lenya/src/targets webapp-build.xml

andreas     2004/03/01 08:51:58

  Modified:    src/targets webapp-build.xml
  Log:
  using generic pattern for copying Xerces
  
  Revision  Changes    Path
  1.14      +5 -1      cocoon-lenya/src/targets/webapp-build.xml
  
  Index: webapp-build.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/targets/webapp-build.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- webapp-build.xml	18 Feb 2004 10:59:35 -0000	1.13
  +++ webapp-build.xml	1 Mar 2004 16:51:57 -0000	1.14
  @@ -153,7 +153,11 @@
       <copy todir="${tomcat.home.dir}/${tomcat.endorsed.dir}">
         <fileset dir="${build.webapp}/WEB-INF/lib/endorsed"/>
       </copy>
  -    <copy file="${build.webapp}/WEB-INF/lib/xercesImpl-2.6.1.jar" todir="${tomcat.home.dir}/${tomcat.endorsed.dir}"/>
  +    <copy todir="${tomcat.home.dir}/${tomcat.endorsed.dir}">
  +      <fileset dir="${build.webapp}/WEB-INF/lib/">
  +        <include name="xercesImpl-*.jar"/>
  +      </fileset>
  +    </copy>
       <copy file="${build.webapp}/WEB-INF/lib/xml-apis.jar" todir="${tomcat.home.dir}/${tomcat.endorsed.dir}"/>
     </target>
   
  
  
  

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