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 ga...@apache.org on 2016/03/15 06:34:11 UTC

svn commit: r1735020 - /xmlgraphics/fop/branches/maven/fop/build.xml

Author: gadams
Date: Tue Mar 15 05:34:11 2016
New Revision: 1735020

URL: http://svn.apache.org/viewvc?rev=1735020&view=rev
Log:
Ensure ant checkstyle target checks same sources as trunk.

Modified:
    xmlgraphics/fop/branches/maven/fop/build.xml

Modified: xmlgraphics/fop/branches/maven/fop/build.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/branches/maven/fop/build.xml?rev=1735020&r1=1735019&r2=1735020&view=diff
==============================================================================
--- xmlgraphics/fop/branches/maven/fop/build.xml (original)
+++ xmlgraphics/fop/branches/maven/fop/build.xml Tue Mar 15 05:34:11 2016
@@ -1118,7 +1118,10 @@ NOTE:
         <pathelement location="${build.sandbox-classes.dir}"/>
         <pathelement location="${build.codegen-classes.dir}"/>
       </classpath>
-      <fileset dir="${src.dir}" includes="**/*.java"/>
+      <fileset dir="${core.src.dir}" includes="**/*.java"/>
+      <fileset dir="${events.src.dir}" includes="**/*.java"/>
+      <fileset dir="${sandbox.src.dir}" includes="**/*.java"/>
+      <fileset dir="${util.src.dir}" includes="**/*.java"/>
       <fileset dir="${test.dir}" includes="**/*.java"/>
       <formatter type="xml" toFile="${build.dir}/report_checkstyle.xml"/>
       <formatter type="plain"/>



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