umagesh     2003/06/04 06:55:00

  Modified:    .        patch.xml
  Log:
  Ignore the patch file and the temporary file when checking for Copyright.
  
  Revision  Changes    Path
  1.4       +1 -0      ant/patch.xml
  
  Index: patch.xml
  ===================================================================
  RCS file: /home/cvs/ant/patch.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- patch.xml 4 Jun 2003 13:43:48 -0000       1.3
  +++ patch.xml 4 Jun 2003 13:55:00 -0000       1.4
  @@ -32,6 +32,7 @@
           <replace file="${patch.file}.tmp" token="? " value=""/>
           <fileset dir="${basedir}"
               includesfile="${patch.file}.tmp"
  +            excludes="${patch.file}.tmp,${patch.file}"
               id="no.copyright.set">
               <not>
                   <and>
  
  
  

Reply via email to