File: README.txt

package info (click to toggle)
xmlgraphics-commons 2.10-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,424 kB
  • sloc: java: 36,384; xml: 2,240; makefile: 4
file content (55 lines) | stat: -rw-r--r-- 1,043 bytes parent folder | download | duplicates (8)
1
2
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