You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ye...@apache.org on 2008/11/24 11:48:25 UTC

svn commit: r720160 - in /poi/trunk: build.xml src/documentation/content/xdocs/changes.xml src/documentation/content/xdocs/spreadsheet/examples.xml src/documentation/content/xdocs/status.xml

Author: yegor
Date: Mon Nov 24 02:48:25 2008
New Revision: 720160

URL: http://svn.apache.org/viewvc?rev=720160&view=rev
Log:
set new version.id=3.5-beta5

Modified:
    poi/trunk/build.xml
    poi/trunk/src/documentation/content/xdocs/changes.xml
    poi/trunk/src/documentation/content/xdocs/spreadsheet/examples.xml
    poi/trunk/src/documentation/content/xdocs/status.xml

Modified: poi/trunk/build.xml
URL: http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=720160&r1=720159&r2=720160&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Mon Nov 24 02:48:25 2008
@@ -158,7 +158,7 @@
   <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 @@
       <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"/>

Modified: poi/trunk/src/documentation/content/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/poi/trunk/src/documentation/content/xdocs/changes.xml?rev=720160&r1=720159&r2=720160&view=diff
==============================================================================
--- poi/trunk/src/documentation/content/xdocs/changes.xml (original)
+++ poi/trunk/src/documentation/content/xdocs/changes.xml Mon Nov 24 02:48:25 2008
@@ -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>

Modified: poi/trunk/src/documentation/content/xdocs/spreadsheet/examples.xml
URL: http://svn.apache.org/viewvc/poi/trunk/src/documentation/content/xdocs/spreadsheet/examples.xml?rev=720160&r1=720159&r2=720160&view=diff
==============================================================================
--- poi/trunk/src/documentation/content/xdocs/spreadsheet/examples.xml (original)
+++ poi/trunk/src/documentation/content/xdocs/spreadsheet/examples.xml Mon Nov 24 02:48:25 2008
@@ -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>

Modified: poi/trunk/src/documentation/content/xdocs/status.xml
URL: http://svn.apache.org/viewvc/poi/trunk/src/documentation/content/xdocs/status.xml?rev=720160&r1=720159&r2=720160&view=diff
==============================================================================
--- poi/trunk/src/documentation/content/xdocs/status.xml (original)
+++ poi/trunk/src/documentation/content/xdocs/status.xml Mon Nov 24 02:48:25 2008
@@ -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>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org