aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorArtur Signell <artur.signell@itmill.com>2011-08-23 15:34:08 +0000
committerArtur Signell <artur.signell@itmill.com>2011-08-23 15:34:08 +0000
commit4eafa67d46f5f70b886bfa4102bad7c2db172931 (patch)
treed4921a2a7265402c76af1a0da4e794d36f360d86 /build
parent6a17eea3817e6d57098832a1bb9ea00b5cd57c44 (diff)
downloadvaadin-framework-4eafa67d46f5f70b886bfa4102bad7c2db172931.tar.gz
vaadin-framework-4eafa67d46f5f70b886bfa4102bad7c2db172931.zip
#7424 Replace gwt-version and version-minor automatically in release-notes.html
svn changeset:20592/svn branch:6.7
Diffstat (limited to 'build')
-rw-r--r--build/build.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/build/build.xml b/build/build.xml
index 681a9f890b..4bc07d4654 100644
--- a/build/build.xml
+++ b/build/build.xml
@@ -372,8 +372,14 @@
<token key="version" value="${version.full}" />
</replacetokens>
<replacetokens begintoken="@" endtoken="@">
+ <token key="version-minor" value="${version.major}.${version.minor}" />
+ </replacetokens>
+ <replacetokens begintoken="@" endtoken="@">
<token key="builddate" value="${build.date}" />
</replacetokens>
+ <replacetokens begintoken="@" endtoken="@">
+ <token key="gwt-version" value="${gwt-version}" />
+ </replacetokens>
</filterchain>
<fileset dir="WebContent">
<exclude name="**/.svn" />