aboutsummaryrefslogtreecommitdiffstats
path: root/docs/xml-docs/fop/compiling.xml
diff options
context:
space:
mode:
authorfotis <fotis@unknown>2000-07-20 23:26:49 +0000
committerfotis <fotis@unknown>2000-07-20 23:26:49 +0000
commit567ceaa04f628ab260feebaa3fc652a69c73572b (patch)
tree5cb07b3aca6ae5deed3d0f13aace9f348174dda0 /docs/xml-docs/fop/compiling.xml
parent8fe9701e5e03991c62f09a5acc90d19be3e1cbfc (diff)
downloadxmlgraphics-fop-567ceaa04f628ab260feebaa3fc652a69c73572b.tar.gz
xmlgraphics-fop-567ceaa04f628ab260feebaa3fc652a69c73572b.zip
update docs to Fop 0.14
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193540 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/xml-docs/fop/compiling.xml')
-rw-r--r--docs/xml-docs/fop/compiling.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/xml-docs/fop/compiling.xml b/docs/xml-docs/fop/compiling.xml
index e8f2f20b3..036f38533 100644
--- a/docs/xml-docs/fop/compiling.xml
+++ b/docs/xml-docs/fop/compiling.xml
@@ -33,14 +33,13 @@
setting. It is used by the compilation software.</p>
</s3>
<s3 title="Settings in your classpath">
- <p>If you need PDFOutputHandler (an extension, which calls Fop from the XSLT processor XT) you also
- must have xp.jar and xt.jar (both can be found at <jump href="http://www.jclark.com/xml/">http://www.jclark.com/xml/
- </jump> in your classpath.
+ <p>If you want Fop to use the image library jimi, it should be in your classpath during
+ compilation.
</p>
<p>A CLASSPATH for a complete compilation of Fop could look like this, if all these jar files are in
a directory called jars (example uses windows syntax):
</p>
- <p><code>set CLASSPATH=\jars\xp.jar;\jars\xt.jar;\jars\xalan.jar;\jars\xerces.jar;\jars\bsf.jar
+ <p><code>set CLASSPATH=\jars\xalan.jar;\jars\xerces.jar;\jars\bsf.jar;\jars\jimi.jar;
</code></p>
</s3>
</s2>