aboutsummaryrefslogtreecommitdiffstats
path: root/module.xml
blob: 05f6543ca2b0d9bf72da7df97b4eca59e0165904 (plain)
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="tools/antipede/resources/stylesheets/module.xsl"?>
<?xml-stylesheet type="text/css" href="tools/antipede/resources/stylesheets/module.css"?>
<module name="apache-poi">

  <url href="http://jakarta.apache.org/poi/"/>
  
  <cvs repository="jakarta"/> 

  <mailing-lists> 
    <mailing-list user="developer" 
                  mail="poi-dev@jakarta.apache.org" 
                  subscribe="poi-dev-subscribe@jakarta.apache.org" 
                  unsubscribe="poi-dev-unsubscribe@jakarta.apache.org"/>    
  </mailing-lists>    
   
  <description>
     The POI project consists of APIs for manipulating various file formats 
     based upon Microsoft's OLE 2 Compound Document format using pure Java.
  </description>

  <detailed>
     A common misconception is that POI writes Excel files. POI is the 
     name of the project. POI contains several components, one of which, 
     HSSF, writes Excel files. The following are components of the entire 
     POI project.POIFS is the oldest and most stable part of the project. 
     It is our port of the OLE 2 Compound Document Format to pure Java. 
     It supports both read and write functionality. All of our components 
     ultimately rely on it by definition. HSSF is our port of the 
     Microsoft Excel 97(-2002) file format (BIFF8) to pure Java. 
     It supports read and write capability. HDF is our port of the 
     Microsoft Word 97 file format to pure Java. 
     It supports read and write capability. This component is in the early 
     stages of design. Jump in! 
  </detailed>

  <what>
    <goal>just do it</goal>
  </what>
    
  <why>
    Why not?
  </why>
  
  <vendor>Apache Software Foundation</vendor>

  <licence>This software is released under the Apache Software License 1.1. 
           For detailed legal and licensing issues, please read the LICENSE.* files
           in the /legal directory.
  </licence>
  
  <credits>
    <credit>This software includes software developed by the Krysalis Project 
            (http://www.krysalis.org/).
    </credit>
  </credits>

  <project name="jakarta-poi">
  
     <version major="1"
             minor="8"
             fix  ="0"   
             tag="dev"/> 

    <package>org.apache.poi</package>

    <ant target="gump" vm="1.2"/>
    
    <!-- script name="build"/> -->
    
    <!-- Project jars POI *build* strictly depends on -->
    <!-- needed for build -->
    <depend project="jakarta-ant"/>
    <depend project="xml-xerces"/>
    <depend project="xml-xalan2"/>
    <depend project="xml-cocoon2"/>
    <depend project="jtidy"/>
    <depend project="junit"/>
    <depend project="IzPress"/>
    <!-- needed for POI -->
    <depend project="commons-logging"/>
    
    <!-- Project jars POI build can use  -->    
    <option project="jakarta-log4j"/>
 
    <!-- Work dirs to be included in classpath  -->          
    <work nested="build/jakarta-poi/classes"/>
    <work nested="build/jakarta-poi/testcases"/>
    <work nested="tools/tmp/anttasks"/>

    <home nested="build/jakarta-poi"/>

    <!-- POI jars - the result of the build  -->        
    <jar name="jakarta-poi.jar"            id="poi"/>
    <jar name="jakarta-poi-scratchpad.jar" id="scratchpad"/>
    <jar name="jakarta-poi-contrib.jar"    id="contrib"/>
    <jar name="jakarta-poi-examples.jar"   id="examples"/>
    
    <!-- POI Javadocs - location in the build dirs  -->         
    <javadoc parent="build/jakarta-poi/docs/apidocs"/>
    
    <!-- Getting ready for automatic site updates
    <deliver fromdir="build/jakarta-poi/docs" 
             tosite="jakarta-apache-org"
             todir="poi/" />    
    -->         
            
    <nag to="poi-dev@jakarta.apache.org"
         from="Sam Ruby &lt;rubys@us.ibm.com&gt;"/>
  </project>

</module>