You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ni...@apache.org on 2010/09/21 13:55:17 UTC

svn commit: r999350 - in /poi/trunk: build.xml src/documentation/content/xdocs/status.xml src/documentation/release-guide.txt

Author: nick
Date: Tue Sep 21 11:55:17 2010
New Revision: 999350

URL: http://svn.apache.org/viewvc?rev=999350&view=rev
Log:
Prepare for building 3.7 beta 3

Modified:
    poi/trunk/build.xml
    poi/trunk/src/documentation/content/xdocs/status.xml
    poi/trunk/src/documentation/release-guide.txt

Modified: poi/trunk/build.xml
URL: http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=999350&r1=999349&r2=999350&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Tue Sep 21 11:55:17 2010
@@ -990,6 +990,7 @@ under the License.
                       *.swp,
                       .settings/**,
                       .classpath,
+                      .settings/**,
                       .project"/>
          
         <property name="zipdir" value="${jar.name}-${version.id}"/>

Modified: poi/trunk/src/documentation/content/xdocs/status.xml
URL: http://svn.apache.org/viewvc/poi/trunk/src/documentation/content/xdocs/status.xml?rev=999350&r1=999349&r2=999350&view=diff
==============================================================================
--- poi/trunk/src/documentation/content/xdocs/status.xml (original)
+++ poi/trunk/src/documentation/content/xdocs/status.xml Tue Sep 21 11:55:17 2010
@@ -33,7 +33,11 @@
     </developers>
 
     <changes>
-        <release version="3.7-beta3" date="2010-??-??">
+<!--
+        <release version="3.7-beta4" date="2010-??-??">
+        </release>
+-->
+        <release version="3.7-beta3" date="2010-09-24">
            <action dev="poi-developers" type="fix">48325 - If a HSSF header or footer lacks left/right/centre information, assume it is a centre one</action>
            <action dev="poi-developers" type="fix">49966 - Correctly remove calcChain entries for XSSF cells that stop holding formulas</action>
            <action dev="poi-developers" type="add">47582 - XSSFCellStyle support for creating a style in one workbook based on a style from a different one</action>

Modified: poi/trunk/src/documentation/release-guide.txt
URL: http://svn.apache.org/viewvc/poi/trunk/src/documentation/release-guide.txt?rev=999350&r1=999349&r2=999350&view=diff
==============================================================================
--- poi/trunk/src/documentation/release-guide.txt (original)
+++ poi/trunk/src/documentation/release-guide.txt Tue Sep 21 11:55:17 2010
@@ -89,7 +89,8 @@ https://svn.apache.org/repos/asf/poi/tru
 
   6. Build as if the vote had passed. The build date must be +7 days from current.
 {code}
-ant build
+# eg ant -DDSTAMP=20100924 build
+ant -DDSTAMP=YYYYMMDD build
 {code}
 
 where $TAG is the release tag specified in build.xml in the version.id property, $DATE is the release date (typically +7 days from the actual build date). 



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