blob: 20f471bf4874043da077768d2b6f36df7fb143ca (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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
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.)
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.
|