mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2025-08-15 14:27:39 +00:00
Adjust dependency to always sign jars if possible.
This commit is contained in:
@@ -63,11 +63,11 @@
|
|||||||
<delete dir="${javadoc}"/>
|
<delete dir="${javadoc}"/>
|
||||||
</target>
|
</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. -->
|
<!-- Nothing else to do - depends handles it all. -->
|
||||||
</target>
|
</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. -->
|
<!-- Nothing else to do - depends handles it all. -->
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user