You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by an...@apache.org on 2004/07/11 17:22:42 UTC

cvs commit: cocoon-2.1/tools/targets webapp-build.xml

antonio     2004/07/11 08:22:42

  Modified:    tools/targets webapp-build.xml
  Log:
  Fixing copy of *.ico
  
  Revision  Changes    Path
  1.20      +2 -6      cocoon-2.1/tools/targets/webapp-build.xml
  
  Index: webapp-build.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/tools/targets/webapp-build.xml,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- webapp-build.xml	24 May 2004 11:42:16 -0000	1.19
  +++ webapp-build.xml	11 Jul 2004 15:22:42 -0000	1.20
  @@ -131,9 +131,7 @@
   
       <copy todir="${build.webapp.docs}" filtering="on">
         <fileset dir="${documentation}">
  -        <exclude name="**/*.jpg"/>
  -        <exclude name="**/*.gif"/>
  -        <exclude name="**/*.png"/>
  +        <exclude name="images/**"/>
         	<exclude name="*.xwelcome"/>
         </fileset>
       </copy>
  @@ -153,9 +151,7 @@
   
       <copy todir="${build.webapp.docs}" filtering="off">
         <fileset dir="${documentation}">
  -        <include name="**/*.jpg"/>
  -        <include name="**/*.gif"/>
  -        <include name="**/*.png"/>
  +        <include name="images/**"/>
         </fileset>
       </copy>