Browse Source

Ignore the patch file and the temporary file when checking for Copyright.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274647 13f79535-47bb-0310-9956-ffa450edef68
master
Magesh Umasankar 22 years ago
parent
commit
a15bea0557
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      patch.xml

+ 1
- 0
patch.xml View File

@@ -32,6 +32,7 @@
<replace file="${patch.file}.tmp" token="? " value=""/> <replace file="${patch.file}.tmp" token="? " value=""/>
<fileset dir="${basedir}" <fileset dir="${basedir}"
includesfile="${patch.file}.tmp" includesfile="${patch.file}.tmp"
excludes="${patch.file}.tmp,${patch.file}"
id="no.copyright.set"> id="no.copyright.set">
<not> <not>
<and> <and>


Loading…
Cancel
Save