aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorMaximilian Berger <maxberger@apache.org>2009-02-16 14:16:56 +0000
committerMaximilian Berger <maxberger@apache.org>2009-02-16 14:16:56 +0000
commit3d52c3f9a3ea150e7e4954cd361e64a54fcdc749 (patch)
treef3af16703ef43edbc062b47ae230ef8f7fe60f07 /build.xml
parent1748997fc14c01a3c1b5d994d643f7e002a8d7c7 (diff)
downloadxmlgraphics-fop-3d52c3f9a3ea150e7e4954cd361e64a54fcdc749.tar.gz
xmlgraphics-fop-3d52c3f9a3ea150e7e4954cd361e64a54fcdc749.zip
Fixed bug which causes RetroWeaver to not weave
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@744920 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 68629f36d..b3e2b86dd 100644
--- a/build.xml
+++ b/build.xml
@@ -482,7 +482,7 @@ list of possible build targets.
need to be defined even if no jdk 14 is available. -->
<mkdir dir="${build.dir}/temp"/>
<retroweaver srcdir="${build.classes.dir}" destdir="${build.dir}/temp"
- classpathref="verify-classpath" lazy="false"
+ classpath="${toString:verify-classpath}" lazy="false"
verify="true" target="1.4" />
</target>
<target name="retro" depends="retro-avail,retro-unavail,compile">