Author: vhennebert
Date: Thu Mar  8 09:49:38 2012
New Revision: 1298330

URL: http://svn.apache.org/viewvc?rev=1298330&view=rev
Log:
We must respect projects' brand names. s/checkstyle/Checkstyle/

Modified:
    xmlgraphics/fop/trunk/build.xml

Modified: xmlgraphics/fop/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/build.xml?rev=1298330&r1=1298329&r2=1298330&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/build.xml (original)
+++ xmlgraphics/fop/trunk/build.xml Thu Mar  8 09:49:38 2012
@@ -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">



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to