
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