1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-10 09:45:39 +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"/>
</target>
<target name="generate.p2.metadata">
<target name="generate.p2.metadata" depends="init" unless="hasErrors">
<!-- unzip the signed master site -->
<unzip src="${zipsdir}/${masterFile}" dest="${zipsdir}/p2"/>