diff options
author | Chris Bowditch <cbowditch@apache.org> | 2006-01-20 14:15:11 +0000 |
---|---|---|
committer | Chris Bowditch <cbowditch@apache.org> | 2006-01-20 14:15:11 +0000 |
commit | 25e2b93905236075e169292d064021e17d31aebb (patch) | |
tree | 5afd6fe3c087f0f15fbcb6e949a3be7fea67f82d /build.xml | |
parent | 1d584c0578e207f856a557a3a583b6be273012f6 (diff) | |
download | xmlgraphics-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.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 --> <!-- |