mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2025-02-06 06:30:20 +00:00
Adjust dependency to always sign jars if possible.
This commit is contained in:
parent
f722c07ee2
commit
6041309cfa
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user