Make it so that sources are repeatedly buildable with timestamps not versions.

This commit is contained in:
Ben Hale
2008-05-15 14:55:25 +00:00
parent ec6df82e6b
commit ee5a9d11b8

View File

@@ -45,6 +45,12 @@
</fileset>
</copy>
<replaceregexp match="build.stamp.*\n" replace="" flags="g"
file="${package.output.dir}/projects/build.properties"/>
<replaceregexp match="release.type=.*" replace="release.type=integration" flags="g"
file="${package.output.dir}/projects/build.properties"/>
<zip destfile="${package.output.file}">
<zipfileset dir="${package.dir}"/>
</zip>