Adjust dependency to always sign jars if possible.

This commit is contained in:
John B. Matthews 2008-06-07 21:17:28 +00:00
parent f722c07ee2
commit 6041309cfa
1 changed files with 2 additions and 2 deletions

View File

@ -63,11 +63,11 @@
<delete dir="${javadoc}"/>
</target>
<target name="all" depends="init,jars,signJars,macBundle,sourceZip,javadoc,websiteZip" description="Everything">
<target name="all" depends="init,jars,macBundle,sourceZip,javadoc,websiteZip" description="Everything">
<!-- Nothing else to do - depends handles it all. -->
</target>
<target name="jars" depends="init,executableGuiJar,executableCmdJar" description="Build executable jars">
<target name="jars" depends="init,executableGuiJar,executableCmdJar,signJars" description="Build executable jars">
<!-- Nothing else to do - depends handles it all. -->
</target>