diff options
author | Artur Signell <artur@vaadin.com> | 2012-09-19 19:51:19 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2012-09-19 19:51:42 +0300 |
commit | 0dda5a66cf4dc1f033f82c57565b0aa25506f124 (patch) | |
tree | aa603864ac41ac3ca90a93627ecee02d76ed603d /all/build.xml | |
parent | 6949ba97ab5d79b23903475ab92a2f0e950bc3b2 (diff) | |
download | vaadin-framework-0dda5a66cf4dc1f033f82c57565b0aa25506f124.tar.gz vaadin-framework-0dda5a66cf4dc1f033f82c57565b0aa25506f124.zip |
Disabled javadoc building for the all package for now as it causes out of memory errors (#9613)
Diffstat (limited to 'all/build.xml')
-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 d381c03b1c..2e9bf9a89d 100644 --- a/all/build.xml +++ b/all/build.xml @@ -75,7 +75,7 @@ </target> - <target name="zip" depends="copy-jars, javadoc"> + <target name="zip" depends="copy-jars"> <zip destfile="${zip.file}"> <fileset dir="${temp.dir}"> <!-- Avoid conflicts with servlet and portlet API. They are provided by the container --> |