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

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

cziegeler    2004/07/07 08:28:56

  Modified:    tools/targets dist-build.xml
  Log:
  Add all text files to dist
  
  Revision  Changes    Path
  1.4       +1 -3      cocoon-2.1/tools/targets/dist-build.xml
  
  Index: dist-build.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/tools/targets/dist-build.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- dist-build.xml	8 Mar 2004 06:07:15 -0000	1.3
  +++ dist-build.xml	7 Jul 2004 15:28:56 -0000	1.4
  @@ -50,9 +50,7 @@
   
       <copy todir="${dist}" filtering="on">
        <fileset dir=".">
  -      <include name="README.txt"/>
  -      <include name="INSTALL.txt"/>
  -      <include name="CREDITS.txt"/>
  +      <include name="*.txt"/>
         <include name="DESKTOP.INI"/>
         <include name="*.bat"/>
         <include name="*.sh"/>