1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-01 14:15:23 +02:00

Add signing to the build.

This commit is contained in:
Doug Schaefer 2007-06-13 16:19:24 +00:00
parent 1e695dec9b
commit 4f3484f3e7

View file

@ -4,7 +4,7 @@
<echo message="${eclipse.home}"/>
</target>
<target name="build" depends="zips,test"/>
<target name="build" depends="zips,sign,test"/>
<target name="nightly" depends="tag,zips,sign,test,copy"/>
<target name="cdtbuild" depends="tag,zips,test,upload"/>
@ -135,7 +135,7 @@
</target>
<target name="sign" depends="init" unless="hasErrors">
<exec command="sign">
<exec executable="sign">
<arg value="${zipsdir}/${masterFile}"/>
<arg value="nomail"/>
<arg value="${buildDirectory}"/>