diff options
author | Andreas Beeker <kiwiwings@apache.org> | 2016-04-03 22:23:21 +0000 |
---|---|---|
committer | Andreas Beeker <kiwiwings@apache.org> | 2016-04-03 22:23:21 +0000 |
commit | 3deb82db582d4883714454d5a11de28485ceeb05 (patch) | |
tree | 99e12eb81d27ba5ceddfaec967f199e554db528a /build.xml | |
parent | bb73989a19b5aac1b65b4708fb5fd755823b4c68 (diff) | |
download | poi-3deb82db582d4883714454d5a11de28485ceeb05.tar.gz poi-3deb82db582d4883714454d5a11de28485ceeb05.zip |
release prepare for 3.15-beta1 - updating build.xml and status.xml
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1737611 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -2074,7 +2074,7 @@ under the License. <!-- (revision)properties can't be set and read within one svn block --> <echo message="updating build.xml and status.xml"/> <svn refid="svn.settings"> - <!--update dir="." recurse="true"/--> + <update dir="." recurse="true"/> <commit message="release prepare for ${version.id} - updating build.xml and status.xml" recurse="false"> <fileset dir="." includes="build.xml,src/documentation/content/xdocs/status.xml"/> </commit> @@ -2082,6 +2082,7 @@ under the License. </svn> <echo message="pin documentation"/> <svn refid="svn.settings"> + <update dir="." recurse="true"/> <propset path="src" name="svn:externals" value="documentation -r${svn_version1} https://svn.apache.org/repos/asf/poi/site/src/documentation"/> <commit message="release prepare for ${version.id} - pin documentation" dir="src" recurse="false"/> <status path="." revisionProperty="svn_version2"/> @@ -2111,6 +2112,7 @@ under the License. <!-- unpin documentation and commit next beta version --> <svn refid="svn.settings"> + <update dir="." recurse="true"/> <propset path="src" name="svn:externals" value="documentation https://svn.apache.org/repos/asf/poi/site/src/documentation"/> <commit message="prepare for ${rel_next}" recurse="false"> <fileset dir="." includes="build.xml"/> |