xmlgraphics-commons/lib
zhouganqing 2f5ac4040c Import Upstream version 2.7 2022-11-17 16:33:46 +08:00
..
build Import Upstream version 2.7 2022-11-17 16:33:46 +08:00
README.txt Import Upstream version 2.7 2022-11-17 16:33:46 +08:00
commons-io-1.3.1.jar Import Upstream version 2.7 2022-11-17 16:33:46 +08:00
commons-io.LICENSE.txt Import Upstream version 2.7 2022-11-17 16:33:46 +08:00
commons-io.NOTICE.txt Import Upstream version 2.7 2022-11-17 16:33:46 +08:00
commons-logging-1.0.4.jar Import Upstream version 2.7 2022-11-17 16:33:46 +08:00
commons-logging.LICENSE.txt Import Upstream version 2.7 2022-11-17 16:33:46 +08:00
commons-logging.NOTICE.txt Import Upstream version 2.7 2022-11-17 16:33:46 +08:00

README.txt

Information on Apache XML Graphics Commons dependencies
==========================================================

$Id: README.txt 606580 2007-12-23 17:45:02Z jeremias $

The Apache Licenses can also be found here:
http://www.apache.org/licenses/


Normal Dependencies
----------------------

- Apache Commons IO

    commons-io-*.jar
    http://jakarta.apache.org/commons/io/
    (I/O routines)
    
    Apache License v2.0


- Apache Commons Logging

    commons-logging-*.jar
    http://jakarta.apache.org/commons/logging/
    (Logger abstraction)
    
    Apache License v2.0



Special Dependencies
-----------------------

- JAXP 1.2 (Java 1.4 level)



Additional development-time dependencies
-------------------------------------------

- Apache Ant (1.6.5 or later)

    (not bundled, requires pre-installation)
    http://ant.apache.org
    (XML-based build system
    
    Apache License V2.0

- JUnit (3.8.1 or later)

    (not bundled, provided by Apache Ant or your IDE)
    http://www.junit.org
    Common Public License V1.0