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 d381c03b1c..2e9bf9a89d 100644 --- a/all/build.xml +++ b/all/build.xml @@ -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 --> |