diff options
author | Mikael Vappula <mikael@vaadin.com> | 2013-02-01 17:27:15 +0200 |
---|---|---|
committer | Mikael Vappula <mikael@vaadin.com> | 2013-02-01 17:31:08 +0200 |
commit | bbf4571564d168fc2ad4c27cfb71e9a9b6023f07 (patch) | |
tree | 7fa036cced16904ae0d3945013b78f758005b053 | |
parent | 6291b3939cc0948622eb3b0dd1d25728514538da (diff) | |
download | vaadin-framework-bbf4571564d168fc2ad4c27cfb71e9a9b6023f07.tar.gz vaadin-framework-bbf4571564d168fc2ad4c27cfb71e9a9b6023f07.zip |
Include version number in javadoc index page of vaadin-all zip
Change-Id: I8b370918f99e6a04322fb95e20633c4e740cce55
-rw-r--r-- | all/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/all/build.xml b/all/build.xml index d5a484a902..ef8ac71c4d 100644 --- a/all/build.xml +++ b/all/build.xml @@ -39,7 +39,7 @@ <antcontrib:foreach list="${modules.to.publish.to.maven}" target="unzip.to.javadoctemp" param="module" /> <property name="javadoc.dir" location="${result.dir}/javadoc" /> - <property name="title" value="Vaadin" /> + <property name="title" value="Vaadin ${vaadin.version} API" /> <javadoc maxmemory="1024m" destdir="${javadoc.dir}" author="true" version="true" use="true" windowtitle="${title}" encoding="utf-8"> <packageset dir="${javadoc.temp.dir}"> <!-- TODO Javadoc throws ClassCastException if this is included (#9660)--> |