summaryrefslogtreecommitdiffstats
path: root/all
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2012-09-19 19:51:19 +0300
committerArtur Signell <artur@vaadin.com>2012-09-19 19:51:42 +0300
commit0dda5a66cf4dc1f033f82c57565b0aa25506f124 (patch)
treeaa603864ac41ac3ca90a93627ecee02d76ed603d /all
parent6949ba97ab5d79b23903475ab92a2f0e950bc3b2 (diff)
downloadvaadin-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')
-rw-r--r--all/build.xml2
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 -->