diff options
-rw-r--r-- | build.xml | 5 | ||||
-rw-r--r-- | src/documentation/content/xdocs/changes.xml | 5 | ||||
-rwxr-xr-x | src/documentation/content/xdocs/spreadsheet/examples.xml | 2 | ||||
-rw-r--r-- | src/documentation/content/xdocs/status.xml | 5 |
4 files changed, 13 insertions, 4 deletions
@@ -158,7 +158,7 @@ under the License. <property name="apache.repository" value="scp://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository"/> <property name="snapshots.repository" value="scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository/"/> <property name="jar.name" value="poi"/> - <property name="version.id" value="3.5-beta4"/> + <property name="version.id" value="3.5-beta5"/> <property name="halt.on.test.failure" value="true"/> <property name="jdk.version.source" value="1.5" @@ -986,6 +986,9 @@ FORREST_HOME environment variable!</echo> <packageset dir="${ooxml.src}" defaultexcludes="yes"> <include name="org/apache/poi/**"/> </packageset> + <packageset dir="${interfaces.jdk15.src}" defaultexcludes="yes"> + <include name="org/apache/poi/**"/> + </packageset> <classpath id="javadoc.classpath"> <path refid="main.classpath"/> diff --git a/src/documentation/content/xdocs/changes.xml b/src/documentation/content/xdocs/changes.xml index bb45c63692..1580f7ed7c 100644 --- a/src/documentation/content/xdocs/changes.xml +++ b/src/documentation/content/xdocs/changes.xml @@ -36,7 +36,10 @@ </devs> <!-- Don't forget to update status.xml too! --> - <release version="3.5-beta4" date="2008-??-??"> + <release version="3.5-beta5" date="2008-??-??"> + <action dev="POI-DEVELOPERS" type="fix"><!--remove me--></action> + </release> + <release version="3.5-beta4" date="2008-11-29"> <action dev="POI-DEVELOPERS" type="fix">46213 - Fixed FormulaRecordAggregate to gracefully ignore extra StringRecords</action> <action dev="POI-DEVELOPERS" type="fix">46174 - Fixed HSSFName to handle general formulas (not just area references)</action> <action dev="POI-DEVELOPERS" type="add">46189 - added chart records: CHARTFRTINFO, STARTBLOCK, ENDBLOCK, STARTOBJECT, ENDOBJECT, and CATLAB</action> diff --git a/src/documentation/content/xdocs/spreadsheet/examples.xml b/src/documentation/content/xdocs/spreadsheet/examples.xml index 966a1626b5..b44b9df16b 100755 --- a/src/documentation/content/xdocs/spreadsheet/examples.xml +++ b/src/documentation/content/xdocs/spreadsheet/examples.xml @@ -28,7 +28,7 @@ </header> <body> <section><title>HSSF and XSSF examples</title> - <p>POI comes with a number of examples that demonstrate how you can use POI API to create documents from "real life". + <p>POI 3.5 and later comes with a number of examples that demonstrate how you can use POI API to create documents from "real life". The examples are based on common XSSF-HSSF interfaces so that you can generate either *.xls or *.xlsx output just by setting a command-line argument: </p> <source> diff --git a/src/documentation/content/xdocs/status.xml b/src/documentation/content/xdocs/status.xml index 57a0616d78..a6bc5997fa 100644 --- a/src/documentation/content/xdocs/status.xml +++ b/src/documentation/content/xdocs/status.xml @@ -33,7 +33,10 @@ <!-- Don't forget to update changes.xml too! --> <changes> - <release version="3.5-beta4" date="2008-??-??"> + <release version="3.5-beta5" date="2008-??-??"> + <action dev="POI-DEVELOPERS" type="fix"><!--remove me--></action> + </release> + <release version="3.5-beta4" date="2008-11-29"> <action dev="POI-DEVELOPERS" type="fix">46213 - Fixed FormulaRecordAggregate to gracefully ignore extra StringRecords</action> <action dev="POI-DEVELOPERS" type="fix">46174 - Fixed HSSFName to handle general formulas (not just area references)</action> <action dev="POI-DEVELOPERS" type="add">46189 - added chart records: CHARTFRTINFO, STARTBLOCK, ENDBLOCK, STARTOBJECT, ENDOBJECT, and CATLAB</action> |