diff options
author | Simon Pepping <spepping@apache.org> | 2005-01-12 19:50:36 +0000 |
---|---|---|
committer | Simon Pepping <spepping@apache.org> | 2005-01-12 19:50:36 +0000 |
commit | ca875d75b037bea365612d86d0dd1c1216323464 (patch) | |
tree | 98ad66b0287880450f1d771b0246bdf5c006f2ac /build.xml | |
parent | 62791e28e8868cee4dcfca5af86b58266a95bec2 (diff) | |
download | xmlgraphics-fop-ca875d75b037bea365612d86d0dd1c1216323464.tar.gz xmlgraphics-fop-ca875d75b037bea365612d86d0dd1c1216323464.zip |
Fixed an error in the classpath of one of the junit tests
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198264 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -696,6 +696,7 @@ list of possible build targets. <formatter type="brief" usefile="false"/> <classpath> <pathelement location="${build.dir}/test-classes"/> + <path refid="libs-basic-run-classpath"/> <fileset dir="build"> <include name="fop-transcoder-allinone.jar"/> </fileset> |