mirror of https://github.com/apache/poi.git
fix changes.xml entries in build.xml
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1839747 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e331ecb3f6
commit
fe1e1e596d
14
build.xml
14
build.xml
|
@ -2558,19 +2558,19 @@ under the License.
|
||||||
<regexp pattern="<release.*date=".*\?\?">"/>
|
<regexp pattern="<release.*date=".*\?\?">"/>
|
||||||
<substitution expression="<!-- release version="${rel_next}" date="${tstamp_next}-??"> </release --> <release version="${version.id}" date="${tstamp_rel}">"/>
|
<substitution expression="<!-- release version="${rel_next}" date="${tstamp_next}-??"> </release --> <release version="${version.id}" date="${tstamp_rel}">"/>
|
||||||
<fileset dir="src/documentation/content/xdocs">
|
<fileset dir="src/documentation/content/xdocs">
|
||||||
<include name="status.xml"/>
|
<include name="changes.xml"/>
|
||||||
</fileset>
|
</fileset>
|
||||||
</replaceregexp>
|
</replaceregexp>
|
||||||
|
|
||||||
<fixcrlf srcdir="." includes="src/documentation/content/xdocs/status.xml" eol="unix" eof="remove" />
|
<fixcrlf srcdir="." includes="src/documentation/content/xdocs/changes.xml" eol="unix" eof="remove" />
|
||||||
|
|
||||||
<!-- can't combine updating and pinning of the documentation ... so we need two commits -->
|
<!-- can't combine updating and pinning of the documentation ... so we need two commits -->
|
||||||
<!-- (revision)properties can't be set and read within one svn block -->
|
<!-- (revision)properties can't be set and read within one svn block -->
|
||||||
<echo message="updating build.xml and status.xml"/>
|
<echo message="updating build.xml and changes.xml"/>
|
||||||
<exec command="svn ci --username ${settings.apache-id.username} --password ${settings.apache-id.password} -m 'release prepare for ${version.id} - updating build.xml and status.xml' build.xml src/documentation/content/xdocs/status.xml"/>
|
<exec command="svn ci --username ${settings.apache-id.username} --password ${settings.apache-id.password} -m 'release prepare for ${version.id} - updating build.xml and changes.xml' build.xml src/documentation/content/xdocs/changes.xml"/>
|
||||||
<svn refid="svn.settings">
|
<svn refid="svn.settings">
|
||||||
<!--<commit message="release prepare for ${version.id} - updating build.xml and status.xml" recurse="false">
|
<!--<commit message="release prepare for ${version.id} - updating build.xml and changes.xml" recurse="false">
|
||||||
<fileset dir="." includes="build.xml,src/documentation/content/xdocs/status.xml"/>
|
<fileset dir="." includes="build.xml,src/documentation/content/xdocs/changes.xml"/>
|
||||||
</commit>-->
|
</commit>-->
|
||||||
<update dir="." recurse="true"/>
|
<update dir="." recurse="true"/>
|
||||||
<status path="." revisionProperty="svn_version1"/>
|
<status path="." revisionProperty="svn_version1"/>
|
||||||
|
@ -2738,7 +2738,7 @@ under the License.
|
||||||
</macrodef>
|
</macrodef>
|
||||||
|
|
||||||
<!-- TODO: currently this only saves a copy and paste snipplet to a file ...
|
<!-- TODO: currently this only saves a copy and paste snipplet to a file ...
|
||||||
would be nice if it really changes status.xml and download.xml
|
would be nice if it really changes changes.xml and download.xml
|
||||||
Doesn't work with Java6 - the https urls can't be accessed via loadChecksum
|
Doesn't work with Java6 - the https urls can't be accessed via loadChecksum
|
||||||
-->
|
-->
|
||||||
<target name="update-download">
|
<target name="update-download">
|
||||||
|
|
Loading…
Reference in New Issue