Prepare for building 3.7 beta 3
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@999350 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
881aff2e42
commit
5310553441
@ -990,6 +990,7 @@ under the License.
|
|||||||
*.swp,
|
*.swp,
|
||||||
.settings/**,
|
.settings/**,
|
||||||
.classpath,
|
.classpath,
|
||||||
|
.settings/**,
|
||||||
.project"/>
|
.project"/>
|
||||||
|
|
||||||
<property name="zipdir" value="${jar.name}-${version.id}"/>
|
<property name="zipdir" value="${jar.name}-${version.id}"/>
|
||||||
|
@ -33,7 +33,11 @@
|
|||||||
</developers>
|
</developers>
|
||||||
|
|
||||||
<changes>
|
<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">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="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>
|
<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>
|
||||||
|
@ -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.
|
6. Build as if the vote had passed. The build date must be +7 days from current.
|
||||||
{code}
|
{code}
|
||||||
ant build
|
# eg ant -DDSTAMP=20100924 build
|
||||||
|
ant -DDSTAMP=YYYYMMDD build
|
||||||
{code}
|
{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).
|
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).
|
||||||
|
Loading…
Reference in New Issue
Block a user