]> source.dussan.org Git - poi.git/commitdiff
set new version.id=3.5-beta5
authorYegor Kozlov <yegor@apache.org>
Mon, 24 Nov 2008 10:48:25 +0000 (10:48 +0000)
committerYegor Kozlov <yegor@apache.org>
Mon, 24 Nov 2008 10:48:25 +0000 (10:48 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@720160 13f79535-47bb-0310-9956-ffa450edef68

build.xml
src/documentation/content/xdocs/changes.xml
src/documentation/content/xdocs/spreadsheet/examples.xml
src/documentation/content/xdocs/status.xml

index bb3ccbc874bbe00325feef39084e5d30c026284b..2894f216d1c6c584a7bda3a81f04d4b6426b6672 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -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"/>
index bb45c636923aa44f7ce091b9c64744b6e45e2381..1580f7ed7c2198d52f8ace7dad9609f5af2f5580 100644 (file)
     </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>
index 966a1626b500b0f38b11bb6e6c9bd0ac1b046aac..b44b9df16b25f3d07d5eb559bb9e6128e4b561eb 100755 (executable)
@@ -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>
index 57a0616d78a45f8b2709cf962e946daa96cffd4e..a6bc5997fa022f7d7f2eac0e9e56708f96730e0a 100644 (file)
 
        <!-- 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>