diff options
author | (no author) <(no author)@unknown> | 2002-07-05 16:44:10 +0000 |
---|---|---|
committer | (no author) <(no author)@unknown> | 2002-07-05 16:44:10 +0000 |
commit | 46e7dde597ddd52ae304fdf83b3b68c32afa3286 (patch) | |
tree | 46a778f3b6f8f04424767a199467c9caf216cd5c /lib/readme | |
parent | bea520e06587303175f812eeaedc315d3417e393 (diff) | |
download | xmlgraphics-fop-fop-0_20_4.tar.gz xmlgraphics-fop-fop-0_20_4.zip |
This commit was manufactured by cvs2svn to create tag 'fop-0_20_4'.fop-0_20_4
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/tags/fop-0_20_4@194977 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'lib/readme')
-rw-r--r-- | lib/readme | 31 |
1 files changed, 22 insertions, 9 deletions
diff --git a/lib/readme b/lib/readme index a0508c603..20f471bf4 100644 --- a/lib/readme +++ b/lib/readme @@ -1,16 +1,29 @@ This directory contains some libraries or class files necessary for compiling, running or testing Fop. -ant.jar Ant is the scripting tool which is used to build Fop or to run - the test scripts. see build.xml in root for more information +ant.jar Ant is the scripting tool which is used to build Fop or to run + the test scripts. see build.xml in root for more information -batik.jar the svg library from Batik at xml.apache.org +batik.jar the svg library from Batik at xml.apache.org +version 1.5 beta2 +buildtools.jar Ant tasks required for building FOP. Rebuild with + build.sh -f buildtools.xml in the top level directory. + (Note: if you are going to check in a new version of + buildtools.jar, make sure you have both Xalan 1 and + Xalan 2 in the classpath when building it.) -buildtools.jar Ant tasks required for building FOP. Rebuild with - build.sh -f buildtools.xml in the top level directory. - (Note: if you are going to check in a new version of - buildtools.jar, make sure you have both Xalan 1 and - Xalan 2 in the classpath when building it.) +stylebook.jar Jar used for creating the FOP website + +xalan-*.jar XSLT processor from xml.apache.org +version 2.3.1 + +xercesImpl-*.jar XML parser from xml.apache.org +version 2.0.1 + +*** OPTIONAL *** + +jimi.jar May be obtained from http://java.sun.com/products/jimi/. + Place jimi*.jar in lib/; modify batch/shell script + classpaths. -stylebook.jar Jar used for creating the FOP website |