diff options
author | Keiron Liddle <keiron@apache.org> | 2001-05-18 09:56:05 +0000 |
---|---|---|
committer | Keiron Liddle <keiron@apache.org> | 2001-05-18 09:56:05 +0000 |
commit | ac2ee9f42b1215418973993c94ec92371c6ac62a (patch) | |
tree | 505fa9cf82e05f55d98a5a65ac6569f376ade27b /build.xml | |
parent | 7249eb425a953e8f0ad56762b16875a8404bfdeb (diff) | |
download | xmlgraphics-fop-ac2ee9f42b1215418973993c94ec92371c6ac62a.tar.gz xmlgraphics-fop-ac2ee9f42b1215418973993c94ec92371c6ac62a.zip |
fixed classpath for batik jar
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194255 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -132,7 +132,7 @@ Sometimes ant gives out this warnings, but the build is finished without any pro <include name="lib/xerces-1.2.3.jar"/> <include name="lib/xalan-2.0.0.jar"/> <include name="lib/xalanj1compat.jar"/> - <include name="lib/w3c.jar"/> + <include name="lib/batik.jar"/> <include name="lib/jimi*"/> </fileset> @@ -275,7 +275,7 @@ Sometimes ant gives out this warnings, but the build is finished without any pro <taskdef name="runTest" classname="org.apache.fop.tools.anttasks.RunTest"/> <property name="main.class" value="org.apache.fop.apps.Fop"/> - <property name="runtime.classpath" value="lib/xerces-1.2.3.jar lib/xalan-2.0.0.jar lib/xalanj1compat.jar lib/w3c.jar lib/jimi-1.0.jar"/> + <property name="runtime.classpath" value="lib/xerces-1.2.3.jar lib/xalan-2.0.0.jar lib/xalanj1compat.jar lib/batik.jar lib/jimi-1.0.jar"/> <filter filtersfile="${build.src}/codegen/filter"/> |