You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlgraphics.apache.org by ga...@apache.org on 2012/06/03 18:38:04 UTC

svn commit: r1345700 - in /xmlgraphics/commons/trunk: build.xml checkstyle-noframes.xsl

Author: gadams
Date: Sun Jun  3 16:38:03 2012
New Revision: 1345700

URL: http://svn.apache.org/viewvc?rev=1345700&view=rev
Log:
Update default checkstyle configuration to use 5.5; remove non-Apache licensed CS5.5 stylesheet that was erroneously committed.

Removed:
    xmlgraphics/commons/trunk/checkstyle-noframes.xsl
Modified:
    xmlgraphics/commons/trunk/build.xml

Modified: xmlgraphics/commons/trunk/build.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/commons/trunk/build.xml?rev=1345700&r1=1345699&r2=1345700&view=diff
==============================================================================
--- xmlgraphics/commons/trunk/build.xml (original)
+++ xmlgraphics/commons/trunk/build.xml Sun Jun  3 16:38:03 2012
@@ -47,6 +47,7 @@
   <property name="src.java.dir" value="${src.dir}/java"/>
   <property name="src.res.dir" value="${src.dir}/resources"/>
   <property name="lib.dir" value="${basedir}/lib"/>
+  <property name="optional.lib.dir" value="${lib.dir}/build" />
 
   <property name="build.dir" value="${basedir}/build"/>
   <property name="build.classes.dir" value="${build.dir}/classes"/>
@@ -439,9 +440,9 @@ NOTE:
   <!-- =================================================================== -->
   <!-- Checkstyle                                                          -->
   <!-- =================================================================== -->
-  <property name="checkstyle.location" value="${optional.lib.dir}/checkstyle-all-5.1.jar" />
+  <property name="checkstyle.location" value="${optional.lib.dir}/checkstyle-5.5-all.jar" />
   <property name="checkstyle.noframes.xslt" value="${basedir}/checkstyle-noframes.xsl" />
-  <property name="checkstyle.config" value="${basedir}/checkstyle-5.1.xml" />
+  <property name="checkstyle.config" value="${basedir}/checkstyle-5.5.xml" />
   <path id="checkstyle-classpath">
     <path refid="libs-build-classpath"/>
     <pathelement location="${checkstyle.location}"/>



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