diff options
author | Simon Pepping <spepping@apache.org> | 2005-12-12 21:06:12 +0000 |
---|---|---|
committer | Simon Pepping <spepping@apache.org> | 2005-12-12 21:06:12 +0000 |
commit | 07fba7865ec5afd6106c09dbb0608db728751797 (patch) | |
tree | 681fd13acc88daeac484100eb3a1a1d620fec0d9 | |
parent | 2e5d2f964f2855112a480d0863a529fd295cde9f (diff) | |
download | xmlgraphics-fop-07fba7865ec5afd6106c09dbb0608db728751797.tar.gz xmlgraphics-fop-07fba7865ec5afd6106c09dbb0608db728751797.zip |
Add checkstyle variable to the header path. This is required by the
eclipse plugin
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@356377 13f79535-47bb-0310-9956-ffa450edef68
-rwxr-xr-x | checkstyle-4.0.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/checkstyle-4.0.xml b/checkstyle-4.0.xml index 23ba909d1..19d4c33f0 100755 --- a/checkstyle-4.0.xml +++ b/checkstyle-4.0.xml @@ -3,7 +3,7 @@ <module name="Checker"> <module name="TreeWalker"> <module name="RegexpHeader"> - <property name="headerFile" value="checkstyle.header"/> + <property name="headerFile" value="${samedir}/checkstyle.header"/> <property name="severity" value="warning"/> </module> <module name="ArrayTypeStyleCheck"> |