ソースを参照

Attempt to protect .cvsignore files in the build tree.


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197200 13f79535-47bb-0310-9956-ffa450edef68
tags/Alt-Design_pre_awt_renderer_import
Peter Bernard West 20年前
コミット
a1d4828691
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      build.xml

+ 1
- 1
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>

読み込み中…
キャンセル
保存