aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorChris Bowditch <cbowditch@apache.org>2006-01-20 14:15:11 +0000
committerChris Bowditch <cbowditch@apache.org>2006-01-20 14:15:11 +0000
commit25e2b93905236075e169292d064021e17d31aebb (patch)
tree5afd6fe3c087f0f15fbcb6e949a3be7fea67f82d /build.xml
parent1d584c0578e207f856a557a3a583b6be273012f6 (diff)
downloadxmlgraphics-fop-25e2b93905236075e169292d064021e17d31aebb.tar.gz
xmlgraphics-fop-25e2b93905236075e169292d064021e17d31aebb.zip
Added samedir property, to allow Checkstyle 4 to run
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@370811 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index b82fd72cb..4e63a0648 100644
--- a/build.xml
+++ b/build.xml
@@ -188,6 +188,7 @@ list of possible build targets.
<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 -->
<!--