aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorSimon Pepping <spepping@apache.org>2005-01-12 19:50:36 +0000
committerSimon Pepping <spepping@apache.org>2005-01-12 19:50:36 +0000
commitca875d75b037bea365612d86d0dd1c1216323464 (patch)
tree98ad66b0287880450f1d771b0246bdf5c006f2ac /build.xml
parent62791e28e8868cee4dcfca5af86b58266a95bec2 (diff)
downloadxmlgraphics-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.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index cdcaf9cb3..110038b13 100644
--- a/build.xml
+++ b/build.xml
@@ -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>