]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
We must respect projects' brand names. s/checkstyle/Checkstyle/
authorVincent Hennebert <vhennebert@apache.org>
Thu, 8 Mar 2012 09:49:38 +0000 (09:49 +0000)
committerVincent Hennebert <vhennebert@apache.org>
Thu, 8 Mar 2012 09:49:38 +0000 (09:49 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1298330 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index c3f8450cedde1e2637db40fdca5a218512c0454d..36ee264e0b10b77639b09de48742e5cb1d7a5382 100644 (file)
--- 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">