1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-05 07:15:39 +02:00

bug 259264 - remove master feature from update site

This commit is contained in:
Vivian Kong 2008-12-18 17:19:42 +00:00
parent 677e99962f
commit 9a0bcfe2c6

View file

@ -137,7 +137,7 @@
todir="${buildDirectory}/site/eclipse/plugins"/> todir="${buildDirectory}/site/eclipse/plugins"/>
<!-- remove the master feature from the update site --> <!-- remove the master feature from the update site -->
<delete verbose="true" file="${buildDirectory}/site/eclipse/plugins/${masterFeature}"/> <delete verbose="true" file="${buildDirectory}/site/eclipse/features/${masterFeature}"/>
<!-- generate p2 metadata --> <!-- generate p2 metadata -->
<antcall target="generate.p2.metadata" /> <antcall target="generate.p2.metadata" />