From ddf7f2909b67f8e36fb0030ca2ecdedc17e48e40 Mon Sep 17 00:00:00 2001 From: Jeremias Maerki Date: Wed, 28 Jan 2009 13:30:22 +0000 Subject: 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 --- lib/README.txt | 56 +++++++++++++++++++++++++++++++++++++++--- lib/build/xmlunit-1.2.jar | Bin 0 -> 96507 bytes lib/build/xmlunit.LICENSE.txt | 36 +++++++++++++++++++++++++++ 3 files changed, 89 insertions(+), 3 deletions(-) create mode 100644 lib/build/xmlunit-1.2.jar create mode 100644 lib/build/xmlunit.LICENSE.txt (limited to 'lib') 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 diff --git a/lib/build/xmlunit-1.2.jar b/lib/build/xmlunit-1.2.jar new file mode 100644 index 000000000..e61df62b8 Binary files /dev/null and b/lib/build/xmlunit-1.2.jar differ diff --git a/lib/build/xmlunit.LICENSE.txt b/lib/build/xmlunit.LICENSE.txt new file mode 100644 index 000000000..7b4aa1bd8 --- /dev/null +++ b/lib/build/xmlunit.LICENSE.txt @@ -0,0 +1,36 @@ +/* +****************************************************************** +Copyright (c) 2001-2007, Jeff Martin, Tim Bacon +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of the xmlunit.sourceforge.net nor the names + of its contributors may be used to endorse or promote products + derived from this software without specific prior written + permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. + +****************************************************************** +*/ + -- cgit v1.2.3