You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by ss...@apache.org on 2014/08/21 17:09:04 UTC

svn commit: r1619430 - /xmlgraphics/fop/trunk/build.xml

Author: ssteiner
Date: Thu Aug 21 15:09:04 2014
New Revision: 1619430

URL: http://svn.apache.org/r1619430
Log:
Rename checkstyle property to avoid gump version

Modified:
    xmlgraphics/fop/trunk/build.xml

Modified: xmlgraphics/fop/trunk/build.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/build.xml?rev=1619430&r1=1619429&r2=1619430&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/build.xml (original)
+++ xmlgraphics/fop/trunk/build.xml Thu Aug 21 15:09:04 2014
@@ -1047,10 +1047,10 @@ NOTE:
 <!-- =================================================================== -->
 <!-- Checkstyle                                                          -->
 <!-- =================================================================== -->
-  <property name="checkstyle.location" value="${lib-tools}/checkstyle-5.5-all.jar" />
+  <property name="checkstyle.fop.location" value="${lib-tools}/checkstyle-5.5-all.jar" />
   <property name="checkstyle.config" value="${basedir}/checkstyle-5.5.xml" />
   <path id="checkstyle-classpath">
-    <pathelement location="${checkstyle.location}"/>
+    <pathelement location="${checkstyle.fop.location}"/>
   </path>
   <condition property="checkstyle.avail">
     <and>
@@ -1062,7 +1062,7 @@ NOTE:
   </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="... please provide ${checkstyle.location}"/>
+    <echo message="... please provide ${checkstyle.fop.location}"/>
     <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">



---------------------------------------------------------------------
To unsubscribe, e-mail: fop-commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-commits-help@xmlgraphics.apache.org