| 12
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 
 | 
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
 |