diff options
author | Kelly Campbell <kellyc@apache.org> | 2001-02-04 06:07:56 +0000 |
---|---|---|
committer | Kelly Campbell <kellyc@apache.org> | 2001-02-04 06:07:56 +0000 |
commit | 4ae555a66cd3566967a037511d4f18306451adef (patch) | |
tree | ae2ede76cec58f1d22d46688e71a46b2546cb6e7 /lib/readme | |
parent | 22a5854b13f435af23d0bf08850e04d6a1a1a1ae (diff) | |
download | xmlgraphics-fop-4ae555a66cd3566967a037511d4f18306451adef.tar.gz xmlgraphics-fop-4ae555a66cd3566967a037511d4f18306451adef.zip |
Cleaned up old build files which aren't used anymore
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194015 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'lib/readme')
-rw-r--r-- | lib/readme | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/lib/readme b/lib/readme index 3dafbcf89..6b059a267 100644 --- a/lib/readme +++ b/lib/readme @@ -1,12 +1,16 @@ 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 -w3c.jar the svg library from the w3 consortium +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 +w3c.jar the svg library from the w3 consortium -Compare.java a ant task which compares files -Fop.java a ant task which allows calling Fop from Ant -Xslt.java a ant task which allows calling Xalan from Ant -SerializeHyphPattern a ant task which serializes hyphenation patterns for quicker access + +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
\ No newline at end of file |