summaryrefslogtreecommitdiffstats
path: root/all
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2012-11-13 16:34:23 +0200
committerArtur Signell <artur@vaadin.com>2012-11-13 16:34:37 +0200
commitb9768ffc2e1010c81453a9c4e7d1dc27eb8d270c (patch)
tree7bb66408a6dc3fcde5c44aef4f720c69b7a17639 /all
parentd65970d329249c6725ec0bafd46725405492e833 (diff)
downloadvaadin-framework-b9768ffc2e1010c81453a9c4e7d1dc27eb8d270c.tar.gz
vaadin-framework-b9768ffc2e1010c81453a9c4e7d1dc27eb8d270c.zip
Do not include javadoc jar in zip (#9963)
Change-Id: I1b1a067e8e67a6c21eb6401efa2cf38b81905e22
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 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>