39c467502a
to build and run the testcases. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352977 13f79535-47bb-0310-9956-ffa450edef68
130 lines
4.2 KiB
XML
130 lines
4.2 KiB
XML
<?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="jakarta-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="9"
|
|
fix ="0"
|
|
tag="dev"/>
|
|
|
|
<package>org.apache.poi</package>
|
|
|
|
<ant buildfile="centibuild.xml" basedir="." target="gump" vm="1.2">
|
|
<property name="ant.home" reference="home" project="krysalis-centipede"/>
|
|
</ant>
|
|
|
|
<!-- Project jars POI *build* strictly depends on -->
|
|
<!-- needed for build -->
|
|
|
|
<depend project="xml-xerces"/>
|
|
<depend project="xml-xalan2"/>
|
|
<depend project="jakarta-ant"/>
|
|
<depend project="jakarta-ant-embed-optional"/>
|
|
<depend property="jxpath.jar" project="commons-jxpath"/>
|
|
|
|
<depend project="ant-contrib"/>
|
|
<depend project="krysalis-ant-tasks"/>
|
|
|
|
<depend project="krysalis-ruper"/>
|
|
<depend project="commons-vfs"/>
|
|
<depend project="commons-cli"/>
|
|
<depend project="jakarta-regexp"/>
|
|
|
|
|
|
<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 -->
|
|
<work nested="build/jakarta-poi/classes"/>
|
|
<work nested="build/jakarta-poi/junit/classes"/>
|
|
|
|
<!-- 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"
|
|
from="Nicola Ken Barozzi <nicolaken@apache.org>"/>
|
|
|
|
</project>
|
|
|
|
|
|
</module>
|