aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorJeremias Maerki <jeremias@apache.org>2005-01-13 22:07:52 +0000
committerJeremias Maerki <jeremias@apache.org>2005-01-13 22:07:52 +0000
commitd2ab23f33310f1f525ddbc13d1781f8c24039966 (patch)
tree1532774b1758f140b1cf7e27f3d7be01644bee21 /build.xml
parent0a8fabc50999bec95d053f0f190a2587d879c96e (diff)
downloadxmlgraphics-fop-d2ab23f33310f1f525ddbc13d1781f8c24039966.tar.gz
xmlgraphics-fop-d2ab23f33310f1f525ddbc13d1781f8c24039966.zip
Adding JAXP plus Xerces for the all-in-one transcoder tests.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198268 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index f4ef519aa..4cebd8370 100644
--- a/build.xml
+++ b/build.xml
@@ -708,6 +708,8 @@ list of possible build targets.
<include name="fop-transcoder-allinone.jar"/>
</fileset>
<fileset dir="${lib.dir}">
+ <include name="xml-apis*.jar"/>
+ <include name="xerces*.jar"/>
<include name="batik*.jar"/>
</fileset>
</classpath>