91: Replace the build dependency with jar-all for the package target.

Reviewed-by: asquare
This commit is contained in:
Kinsley Wong 2013-11-26 15:28:17 -08:00
parent 47fbb5c5df
commit 427caf2ea9

View File

@ -476,7 +476,7 @@
<property name="package.name" value="${product.name}-windows"/>
</target>
<target name="package" depends="build, package-linux, package-macos, package-windows">
<target name="package" depends="jar-all, package-linux, package-macos, package-windows">
<delete dir="dist/${product.name}"/>
<delete file="dist/${package.name}.zip"/>
<copy todir="${dist.dir}/${product.name}/lib">