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 cb...@apache.org on 2006/01/20 15:15:21 UTC

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

Author: cbowditch
Date: Fri Jan 20 06:15:11 2006
New Revision: 370811

URL: http://svn.apache.org/viewcvs?rev=370811&view=rev
Log:
Added samedir property, to allow Checkstyle 4 to run

Modified:
    xmlgraphics/fop/trunk/build.xml

Modified: xmlgraphics/fop/trunk/build.xml
URL: http://svn.apache.org/viewcvs/xmlgraphics/fop/trunk/build.xml?rev=370811&r1=370810&r2=370811&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/build.xml (original)
+++ xmlgraphics/fop/trunk/build.xml Fri Jan 20 06:15:11 2006
@@ -188,6 +188,7 @@
   <property name="dist.src.dir" value="${basedir}/dist-src"/>
   <property name="dist.bin.result.dir" value="${dist.bin.dir}/${name}-${version}"/>
   <property name="dist.src.result.dir" value="${dist.src.dir}/${name}-${version}"/>
+  <property name="samedir" value="${basedir}"/>
 
   <!-- Importing Apache Forrest for building the docs -->
   <!--



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