summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenri Sara <hesara@vaadin.com>2012-11-13 14:54:16 +0000
committerVaadin Code Review <review@vaadin.com>2012-11-13 14:54:16 +0000
commit27e2b9c5e8bb718952517b11a7c796e6798f1eb5 (patch)
tree2d377878806b8f1250bcf570a5bcd5c35064b4b6
parente0e78ac569471314ad0062072b4a2392687356e9 (diff)
parentb9768ffc2e1010c81453a9c4e7d1dc27eb8d270c (diff)
downloadvaadin-framework-27e2b9c5e8bb718952517b11a7c796e6798f1eb5.tar.gz
vaadin-framework-27e2b9c5e8bb718952517b11a7c796e6798f1eb5.zip
Merge "Do not include javadoc jar in zip (#9963)"
-rw-r--r--all/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/all/build.xml b/all/build.xml
index 8f60703be6..e352cbbc07 100644
--- a/all/build.xml
+++ b/all/build.xml
@@ -93,7 +93,7 @@
<fileset dir="${result.dir}/..">
<include name="README.TXT" />
</fileset>
- <fileset file="${javadoc.jar}" />
+ <!-- Do not include javadoc jar in zip as it is huge (> 40MB) and most people do not need it. -->
</zip>
</target>