From 534799ad5943bd5c91677c7bf9f9a59f4c5e700d Mon Sep 17 00:00:00 2001 From: Nick Burch Date: Tue, 21 Sep 2010 11:55:17 +0000 Subject: [PATCH] Prepare for building 3.7 beta 3 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@999350 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 1 + src/documentation/content/xdocs/status.xml | 6 +++++- src/documentation/release-guide.txt | 3 ++- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/build.xml b/build.xml index 83df214062..37a07e1de9 100644 --- a/build.xml +++ b/build.xml @@ -990,6 +990,7 @@ under the License. *.swp, .settings/**, .classpath, + .settings/**, .project"/> diff --git a/src/documentation/content/xdocs/status.xml b/src/documentation/content/xdocs/status.xml index 7fd203917a..79f461fd72 100644 --- a/src/documentation/content/xdocs/status.xml +++ b/src/documentation/content/xdocs/status.xml @@ -33,7 +33,11 @@ - + + 48325 - If a HSSF header or footer lacks left/right/centre information, assume it is a centre one 49966 - Correctly remove calcChain entries for XSSF cells that stop holding formulas 47582 - XSSFCellStyle support for creating a style in one workbook based on a style from a different one diff --git a/src/documentation/release-guide.txt b/src/documentation/release-guide.txt index e46de6b826..592fe8e413 100644 --- a/src/documentation/release-guide.txt +++ b/src/documentation/release-guide.txt @@ -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). -- 2.39.5