Browse Source

Disabled javadoc building for the all package for now as it causes out of memory errors (#9613)

tags/7.0.0.beta2
Artur Signell 11 years ago
parent
commit
0dda5a66cf
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      all/build.xml

+ 1
- 1
all/build.xml View File

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

Loading…
Cancel
Save