2002-04-03 12:06:10 -05:00
|
|
|
<?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"?>
|
2002-07-09 04:13:50 -04:00
|
|
|
<module name="jakarta-poi">
|
2002-04-03 12:06:10 -05:00
|
|
|
|
|
|
|
<url href="http://jakarta.apache.org/poi/"/>
|
|
|
|
|
|
|
|
<cvs repository="jakarta"/>
|
|
|
|
|
|
|
|
<mailing-lists>
|
|
|
|
<mailing-list user="developer"
|
2002-04-27 17:45:56 -04:00
|
|
|
mail="poi-dev@jakarta.apache.org"
|
|
|
|
subscribe="poi-dev-subscribe@jakarta.apache.org"
|
|
|
|
unsubscribe="poi-dev-unsubscribe@jakarta.apache.org"/>
|
2002-04-03 12:06:10 -05:00
|
|
|
</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>
|
|
|
|
|
2002-04-08 03:21:16 -04:00
|
|
|
<vendor>Apache Software Foundation</vendor>
|
|
|
|
|
2002-04-08 13:31:07 -04:00
|
|
|
<licence>This software is released under the Apache Software License 1.1.
|
2002-04-03 12:06:10 -05:00
|
|
|
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"
|
2002-09-19 21:27:33 -04:00
|
|
|
minor="9"
|
2002-04-03 12:06:10 -05:00
|
|
|
fix ="0"
|
|
|
|
tag="dev"/>
|
2002-06-09 08:48:34 -04:00
|
|
|
|
2002-04-03 12:06:10 -05:00
|
|
|
<package>org.apache.poi</package>
|
2002-12-21 06:26:53 -05:00
|
|
|
|
2003-01-01 06:00:14 -05:00
|
|
|
<ant buildfile="centibuild.xml" basedir="." target="gump" vm="1.2">
|
2002-12-21 12:51:22 -05:00
|
|
|
<property name="ant.home" reference="home" project="krysalis-centipede"/>
|
2002-12-21 06:26:53 -05:00
|
|
|
</ant>
|
|
|
|
|
|
|
|
<!-- Project jars POI *build* strictly depends on -->
|
|
|
|
<!-- needed for build -->
|
|
|
|
|
2002-12-24 09:32:02 -05:00
|
|
|
<depend project="xml-xerces"/>
|
|
|
|
<depend project="xml-xalan2"/>
|
2002-12-30 09:48:32 -05:00
|
|
|
<depend project="jakarta-ant"/>
|
2002-12-26 04:09:57 -05:00
|
|
|
<depend project="jakarta-ant-embed-optional"/>
|
2002-12-24 09:32:02 -05:00
|
|
|
<depend property="jxpath.jar" project="commons-jxpath"/>
|
2002-12-26 04:09:57 -05:00
|
|
|
|
2002-12-24 09:32:02 -05:00
|
|
|
<depend project="ant-contrib"/>
|
|
|
|
<depend project="krysalis-ant-tasks"/>
|
2002-12-30 09:48:32 -05:00
|
|
|
|
|
|
|
<depend project="krysalis-ruper"/>
|
|
|
|
<depend project="commons-vfs"/>
|
|
|
|
<depend project="commons-cli"/>
|
|
|
|
<depend project="jakarta-regexp"/>
|
|
|
|
|
2002-12-24 09:32:02 -05:00
|
|
|
|
|
|
|
<depend project="commons-jjar"/>
|
|
|
|
|
|
|
|
<depend project="junit"/>
|
|
|
|
|
|
|
|
<!-- needed for POI -->
|
|
|
|
<depend project="commons-logging"/>
|
|
|
|
|
|
|
|
<!-- Project jars POI build can use -->
|
|
|
|
<option project="jakarta-log4j"/>
|
|
|
|
|
|
|
|
<!-- Work dirs to be included in classpath -->
|
2003-01-01 15:31:51 -05:00
|
|
|
<work nested="build/jakarta-poi/classes"/>
|
|
|
|
<work nested="build/jakarta-poi/junit/classes"/>
|
2002-12-24 09:32:02 -05:00
|
|
|
|
|
|
|
<!-- Build home -->
|
|
|
|
<home nested="build/jakarta-poi"/>
|
|
|
|
|
|
|
|
<!-- Source dirs with type -->
|
|
|
|
<code type="java/plain" dir="src/java"/>
|
|
|
|
<test type="test/junit" dir="src/testcases"/>
|
|
|
|
<documentation type="xml/forrest" dir="src/documentation"/>
|
|
|
|
|
|
|
|
<!-- POI jars - the result of the build -->
|
|
|
|
<jar name="jakarta-poi.jar" id="poi"/>
|
|
|
|
|
|
|
|
<!-- 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"
|
2003-01-08 08:37:09 -05:00
|
|
|
from="Gump :-( <gump@jakarta.apache.org>"/>
|
2002-12-24 09:32:02 -05:00
|
|
|
|
|
|
|
</project>
|
|
|
|
|
2002-12-23 12:56:08 -05:00
|
|
|
|
2002-04-03 12:06:10 -05:00
|
|
|
</module>
|