]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Attempt to protect .cvsignore files in the build tree.
authorPeter Bernard West <pbwest@apache.org>
Thu, 15 Jan 2004 05:37:26 +0000 (05:37 +0000)
committerPeter Bernard West <pbwest@apache.org>
Thu, 15 Jan 2004 05:37:26 +0000 (05:37 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197200 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index d575e9be83d5dd5ca8a9a3a34b5088ab9d8f815d..43195606727a74509d5d164fc70701caee3200c4 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -721,7 +721,7 @@ Get it from http://checkstyle.sourceforge.net</fail>
       <fileset dir="${build.dir}" defaultexcludes="no">
         <exclude name="**/CVS"/>
         <exclude name="**CVS/*"/>
-        <exclude name=".cvsignore"/>
+        <exclude name="**/.cvsignore"/>
       </fileset>
     </delete>
   </target>