Browse Source

Do not include javadoc jar in zip (#9963)

Change-Id: I1b1a067e8e67a6c21eb6401efa2cf38b81905e22
tags/7.0.0.beta9
Artur Signell 11 years ago
parent
commit
b9768ffc2e
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      all/build.xml

+ 1
- 1
all/build.xml View File

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


Loading…
Cancel
Save