]> source.dussan.org Git - poi.git/commitdiff
Prepare for building 3.7 beta 3
authorNick Burch <nick@apache.org>
Tue, 21 Sep 2010 11:55:17 +0000 (11:55 +0000)
committerNick Burch <nick@apache.org>
Tue, 21 Sep 2010 11:55:17 +0000 (11:55 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@999350 13f79535-47bb-0310-9956-ffa450edef68

build.xml
src/documentation/content/xdocs/status.xml
src/documentation/release-guide.txt

index 83df2140621bd8e1d2fbdd5dd4a5103d83ff52a4..37a07e1de9ed86e7ea44934745bee34a879f6577 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -990,6 +990,7 @@ under the License.
                       *.swp,
                       .settings/**,
                       .classpath,
+                      .settings/**,
                       .project"/>
          
         <property name="zipdir" value="${jar.name}-${version.id}"/>
index 7fd203917af75b6ac85fec30d439025dea8f3774..79f461fd720d853b46e0f00bd02dbef9bb5b09ef 100644 (file)
     </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>
index e46de6b82644111d960017946e61bf473a42ea0b..592fe8e413b9d3e897d61083789d17013e15d062 100644 (file)
@@ -89,7 +89,8 @@ https://svn.apache.org/repos/asf/poi/trunk
 
   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).