diff options
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 |