diff options
author | Jeremias Maerki <jeremias@apache.org> | 2009-01-28 13:30:22 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2009-01-28 13:30:22 +0000 |
commit | ddf7f2909b67f8e36fb0030ca2ecdedc17e48e40 (patch) | |
tree | 95f9113f03fe014474582c1521858a56a392152e /lib/README.txt | |
parent | b050b663fd1b42087182726f9127c6be9462d252 (diff) | |
download | xmlgraphics-fop-ddf7f2909b67f8e36fb0030ca2ecdedc17e48e40.tar.gz xmlgraphics-fop-ddf7f2909b67f8e36fb0030ca2ecdedc17e48e40.zip |
Updated dependency list.
Added XMLUnit 1.2 as we've already got many other build-only third-parties in lib/build and adding XMLUnit makes FOP easier to set up in an IDE.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@738478 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'lib/README.txt')
-rw-r--r-- | lib/README.txt | 56 |
1 files changed, 53 insertions, 3 deletions
diff --git a/lib/README.txt b/lib/README.txt index db0c2cdcf..e61bd8559 100644 --- a/lib/README.txt +++ b/lib/README.txt @@ -145,7 +145,7 @@ Please make sure you've read the license of each package. Note: This is not the same as JAI! Only the ImageIO-compatible codecs are packaged as "Image I/O Tools". The name may be misleading. - - JAI (Java Advanced Imaging API) +- JAI (Java Advanced Imaging API) http://java.sun.com/products/java-media/jai Java Research License and Java Distribution License (Check which one applies to you!) @@ -186,8 +186,58 @@ Additional development-time dependencies http://www.junit.org Common Public License V1.0 -- XMLUnit (optional) +- XMLUnit - (not bundled, to be added to your Apache Ant installation) + lib/build/xmlunit-*.jar + (based on JUnit, used for testing) http://xmlunit.sourceforge.net/ BSD style license + +- QDox + + lib/build/qdox-*.jar + (used by the processing feedback mechanism, not needed at runtime) + http://qdox.codehaus.org/ + Apache License V2.0 + + + +Additional build-time dependencies +------------------------------------------- + +These libraries are needed during the build only and +not at runtime. + +- PMD + + lib/build/pmd14-*.jar + (used for a code quality report) + http://pmd.sourceforge.net/ + BSD style license + +- Jaxen + + lib/build/jaxen-*.jar + (required by PMD) + http://jaxen.codehaus.org/ + BSD style license + +- Retroweaver + + (currently used only to verify Java 1.4 compatibility) + http://retroweaver.sourceforge.net + BSD style license + +- ASM + + lib/build/asm-*.jar + (required by Retroweaver) + http://asm.objectweb.org + BSD style license + +- backport-util-concurrent + + lib/build/backport-util-concurrent-*.jar + (required by Retroweaver) + http://backport-jsr166.sourceforge.net/ + in public domain
\ No newline at end of file |