Browse Source

Include version number in javadoc index page of vaadin-all zip

Change-Id: I8b370918f99e6a04322fb95e20633c4e740cce55
tags/7.0.1
Mikael Vappula 11 years ago
parent
commit
6180d3120f
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      all/build.xml

+ 1
- 1
all/build.xml View File

@@ -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)-->

Loading…
Cancel
Save