diff options
Diffstat (limited to 'all')
-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 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> |