forgot the timestamp

This commit is contained in:
Ben Hale
2007-03-30 23:04:46 +00:00
parent b7f40235cb
commit 3850349885

View File

@@ -21,6 +21,9 @@
<target name="upload" depends="upload-s3"/>
<target name="upload-s3" depends="init, s3.tasks, guard.s3.accessKey, guard.s3.secretKey">
<tstamp>
<format property="tstamp" pattern="yyyyMMdd"/>
</tstamp>
<aws:s3 accessKey="${s3.accessKey}" secretKey="${s3.secretKey}">
<upload bucketName="static.springframework.org"
file="${target.release.dir}/${release.zip}"