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 /test/createpdf.sh | |
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 'test/createpdf.sh')
-rwxr-xr-x | test/createpdf.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/createpdf.sh b/test/createpdf.sh index c88ec7970..eb33d1100 100755 --- a/test/createpdf.sh +++ b/test/createpdf.sh @@ -1,3 +1,3 @@ # this can be used to create pdf output of the testsuite files -$JAVA_HOME/bin/java -cp ../build/fop.jar:../lib/w3c.jar:../lib/xalan-2.0.0.jar:../lib/xerces-1.2.3.jar:../lib/jimi-1.0.jar org.apache.fop.tools.TestConverter -pdf -b ./ basictests.xml +$JAVA_HOME/bin/java -cp ../build/fop.jar:../lib/batik.jar:../lib/xalan-2.0.0.jar:../lib/xerces-1.2.3.jar:../lib/jimi-1.0.jar org.apache.fop.tools.TestConverter -pdf -b ./ basictests.xml |