diff options
author | Simon Pepping <spepping@apache.org> | 2005-10-14 19:36:35 +0000 |
---|---|---|
committer | Simon Pepping <spepping@apache.org> | 2005-10-14 19:36:35 +0000 |
commit | 8700bc0defce0347ea67e28f6259f28d70e407c3 (patch) | |
tree | 0f687a97000f8d896b971916ebf0f4089f8585fa | |
parent | 7ce41696f38d92fb75cf6737674966e32351e00c (diff) | |
download | xmlgraphics-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.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |