1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-13 19:25:38 +02:00

update build script

This commit is contained in:
Vivian Kong 2009-05-06 14:12:12 +00:00
parent a3767b2d5c
commit 197dcead43

View file

@ -174,7 +174,7 @@
basedir="${buildDirectory}/site/eclipse"/> basedir="${buildDirectory}/site/eclipse"/>
</target> </target>
<target name="generate.p2.metadata"> <target name="generate.p2.metadata" depends="init" unless="hasErrors">
<!-- unzip the signed master site --> <!-- unzip the signed master site -->
<unzip src="${zipsdir}/${masterFile}" dest="${zipsdir}/p2"/> <unzip src="${zipsdir}/${masterFile}" dest="${zipsdir}/p2"/>