aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Hennebert <vhennebert@apache.org>2012-03-08 09:49:38 +0000
committerVincent Hennebert <vhennebert@apache.org>2012-03-08 09:49:38 +0000
commitcb6243080ea97fef952e5b5f881b5d2d9c14d153 (patch)
treeff4ea8ac041725a0499d0816bdcb8b843894e0dc
parente5b62535bb2465a876b18793ac66d37fe5570a1b (diff)
downloadxmlgraphics-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.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index c3f8450ce..36ee264e0 100644
--- a/build.xml
+++ b/build.xml
@@ -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">