blob: c88aac2678981a594110fbb9fc811b50b4a6148b (
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
|
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
Also has the XSLT liaison classes
org.apache.tools.ant.taskdefs.optional.*Liaison
added which are needed for the style task.
batik.jar the svg library from Batik at xml.apache.org
version 1.5 beta4
xalan-*.jar XSLT processor from xml.apache.org
version 2.4.1
xercesImpl-*.jar XML parser from xml.apache.org
version 2.2.1
*** OPTIONAL ***
jimi.jar May be obtained from http://java.sun.com/products/jimi/.
Place jimi*.jar in lib/; modify batch/shell script
classpaths.
|