diff options
author | Keiron Liddle <keiron@apache.org> | 2002-07-12 13:55:50 +0000 |
---|---|---|
committer | Keiron Liddle <keiron@apache.org> | 2002-07-12 13:55:50 +0000 |
commit | caba6672d0fe0d11eedf7aafd300a70d81becbd5 (patch) | |
tree | e800e0dfb08ea130b6ee8285913a66164fd0674b /lib/readme | |
parent | e2f65d9c7e7087f5b49924fc9d4076ea85edd85a (diff) | |
download | xmlgraphics-fop-caba6672d0fe0d11eedf7aafd300a70d81becbd5.tar.gz xmlgraphics-fop-caba6672d0fe0d11eedf7aafd300a70d81becbd5.zip |
updated to ant 1.5
also contains TraXLiaison class from optional jar
which is required by the style task
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194995 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'lib/readme')
-rw-r--r-- | lib/readme | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/readme b/lib/readme index 8eb63d734..cb0517111 100644 --- a/lib/readme +++ b/lib/readme @@ -2,9 +2,11 @@ This directory contains some libraries or class files necessary for compiling, running or testing Fop. ant.jar -version 1.4.1 +version 1.5 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 class org.apache.tools.ant.taskdefs.optional.TraXLiaison +added which is needed for the style task. batik.jar version 1.5beta2 |