aboutsummaryrefslogtreecommitdiffstats
path: root/docs/xml-docs/fop
diff options
context:
space:
mode:
authorKeiron Liddle <keiron@apache.org>2001-05-18 09:56:05 +0000
committerKeiron Liddle <keiron@apache.org>2001-05-18 09:56:05 +0000
commitac2ee9f42b1215418973993c94ec92371c6ac62a (patch)
tree505fa9cf82e05f55d98a5a65ac6569f376ade27b /docs/xml-docs/fop
parent7249eb425a953e8f0ad56762b16875a8404bfdeb (diff)
downloadxmlgraphics-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/xml-docs/fop')
-rw-r--r--docs/xml-docs/fop/compiling.xml2
-rw-r--r--docs/xml-docs/fop/fonts.xml2
-rw-r--r--docs/xml-docs/fop/running.xml2
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/xml-docs/fop/compiling.xml b/docs/xml-docs/fop/compiling.xml
index 748b0b7a2..faeddb774 100644
--- a/docs/xml-docs/fop/compiling.xml
+++ b/docs/xml-docs/fop/compiling.xml
@@ -27,7 +27,7 @@
<p>If you have problems compiling Fop, please try this first: </p>
<ul>
<li>delete the build directory completely and try a new build from scratch</li>
- <li>check, whether you have an older version of xerces.jar, xalan.jar, w3c.jar somewhere in
+ <li>check, whether you have an older version of xerces.jar, xalan.jar, batik.jar somewhere in
you classpath.</li>
</ul>
<p>If you still have problems, please look at the
diff --git a/docs/xml-docs/fop/fonts.xml b/docs/xml-docs/fop/fonts.xml
index 8294808f5..2e8832e65 100644
--- a/docs/xml-docs/fop/fonts.xml
+++ b/docs/xml-docs/fop/fonts.xml
@@ -18,7 +18,7 @@
<p> Run the class org.apache.fop.fonts.apps.PFMReader to generate the XML file.
</p>
<p>
- <code>java -cp fop.jar;xerces.jar;xalan.jar;w3c.jar</code>
+ <code>java -cp fop.jar;xerces.jar;xalan.jar;batik.jar</code>
</p>
<p>
<code>org.apache.fop.fonts.apps.PFMReader pfm-file xml-file</code>
diff --git a/docs/xml-docs/fop/running.xml b/docs/xml-docs/fop/running.xml
index 2a57b70bb..d0f5890a8 100644
--- a/docs/xml-docs/fop/running.xml
+++ b/docs/xml-docs/fop/running.xml
@@ -17,7 +17,7 @@
</li>
<li>An XSLT processor
</li>
- <li>The SVG library w3c.jar corresponding to the SVG Candidate Recommendation (02 November 2000).
+ <li>The SVG library batik.jar is the library from the batik project at xml.apache.org.
</li>
<li>The imaging library Jimi from Sun
</li>