set new version.id=3.5-beta5
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@720160 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
796a0eea4f
commit
1559edee21
@ -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"/>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user