aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Pepping <spepping@apache.org>2005-10-14 19:36:35 +0000
committerSimon Pepping <spepping@apache.org>2005-10-14 19:36:35 +0000
commit8700bc0defce0347ea67e28f6259f28d70e407c3 (patch)
tree0f687a97000f8d896b971916ebf0f4089f8585fa
parent7ce41696f38d92fb75cf6737674966e32351e00c (diff)
downloadxmlgraphics-fop-8700bc0defce0347ea67e28f6259f28d70e407c3.tar.gz
xmlgraphics-fop-8700bc0defce0347ea67e28f6259f28d70e407c3.zip
The classpath for junit-transcoder should not contain fop.jar
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@321196 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 8aadaaeab..fa4083504 100644
--- a/build.xml
+++ b/build.xml
@@ -606,7 +606,7 @@ list of possible build targets.
<formatter type="brief" usefile="false"/>
<classpath>
<pathelement location="${build.dir}/test-classes"/>
- <path refid="libs-run-classpath"/>
+ <path refid="libs-build-classpath"/>
<fileset dir="${build.dir}">
<include name="fop-transcoder.jar"/>
</fileset>