diff options
author | Vincent Hennebert <vhennebert@apache.org> | 2012-03-08 09:49:38 +0000 |
---|---|---|
committer | Vincent Hennebert <vhennebert@apache.org> | 2012-03-08 09:49:38 +0000 |
commit | cb6243080ea97fef952e5b5f881b5d2d9c14d153 (patch) | |
tree | ff4ea8ac041725a0499d0816bdcb8b843894e0dc | |
parent | e5b62535bb2465a876b18793ac66d37fe5570a1b (diff) | |
download | xmlgraphics-fop-cb6243080ea97fef952e5b5f881b5d2d9c14d153.tar.gz xmlgraphics-fop-cb6243080ea97fef952e5b5f881b5d2d9c14d153.zip |
We must respect projects' brand names. s/checkstyle/Checkstyle/
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1298330 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | build.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1047,12 +1047,12 @@ NOTE: </and> </condition> <target name="checkstyle-avail" unless="checkstyle.avail"> - <echo message="checkstyle support NOT present. Please download it from http://checkstyle.sf.net/ and"/> + <echo message="Checkstyle support NOT present. Please download it from http://checkstyle.sf.net/ and"/> <echo message="... please provide ${checkstyle.location}"/> <echo message="... please provide ${checkstyle.noframes.xslt}"/> <echo message="... please provide ${checkstyle.config}"/> </target> - <target name="checkstyle" depends="package, checkstyle-avail" if="checkstyle.avail" description="Runs checkstyle for a code quality report"> + <target name="checkstyle" depends="package, checkstyle-avail" if="checkstyle.avail" description="Runs Checkstyle for a code quality report"> <taskdef name="checkstyle" classname="com.puppycrawl.tools.checkstyle.CheckStyleTask" classpathref="checkstyle-classpath"/> <mkdir dir="${build.dir}"/> <checkstyle config="${checkstyle.config}" failonviolation="false"> |