summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorMarko Grönroos <magi@iki.fi>2009-05-25 14:02:45 +0000
committerMarko Grönroos <magi@iki.fi>2009-05-25 14:02:45 +0000
commitd45fb590e57d55b12635626fb4ca59828e2805d2 (patch)
tree11831f66b5a14882369502cd025701929913e6a3 /build
parent70cacf135ecc65127098da1b32af377864257175 (diff)
downloadvaadin-framework-d45fb590e57d55b12635626fb4ca59828e2805d2.tar.gz
vaadin-framework-d45fb590e57d55b12635626fb4ca59828e2805d2.zip
Include build date in Release Notes. Fixes #2963.
svn changeset:7996/svn branch:6.0
Diffstat (limited to 'build')
-rw-r--r--build/build.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/build/build.xml b/build/build.xml
index 4f6eafab6e..c10c55a75f 100644
--- a/build/build.xml
+++ b/build/build.xml
@@ -189,6 +189,10 @@
<property file="build/GWT-VERSION.properties" />
<property file="build/html-style.properties" />
+ <tstamp>
+ <format property="build.date" pattern="yyyy-MM-dd"/>
+ </tstamp>
+
<echo>Toolkit package is: ${toolkit-package}</echo>
<!-- Create result dir unless already exists -->
@@ -452,6 +456,9 @@
<token key="platform" value="${package-platform}" />
<token key="/platform" value="" />
</replacetokens>
+ <replacetokens begintoken="@" endtoken="@">
+ <token key="builddate" value="${build.date}" />
+ </replacetokens>
</filterchain>
<fileset dir="WebContent">
<exclude name="**/.svn" />