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 /docs/examples/advanced | |
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 'docs/examples/advanced')
-rw-r--r-- | docs/examples/advanced/cid-fonts.fo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/advanced/cid-fonts.fo b/docs/examples/advanced/cid-fonts.fo index ad123d37e..bc42d6e68 100644 --- a/docs/examples/advanced/cid-fonts.fo +++ b/docs/examples/advanced/cid-fonts.fo @@ -283,7 +283,7 @@ <fo:block font-family="Courier" font-size="10pt" space-before.optimum="6pt" white-space-collapse="false" margin-left="6pt" text-align="start"> -C:\Fop-0.18.1> set CLASSPATH=fop.jar;lib\xerces-1.2.3.jar;lib\xalan-2.0.0.jar;lib\w3c.jar +C:\Fop-0.18.1> set CLASSPATH=fop.jar;lib\xerces-1.2.3.jar;lib\xalan-2.0.0.jar;lib\batik.jar </fo:block> |