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

bug 259264 - remove master feature from update site

This commit is contained in:
Vivian Kong 2008-12-18 16:30:44 +00:00
parent 12e7f6e081
commit d4be2ddaef

View file

@ -29,6 +29,7 @@
<property name="buildId" value="${buildType}${timestamp}"/>
<property name="zipsdir" value="${buildDirectory}/${buildType}.${buildId}"/>
<property name="masterFile" value="cdt-master-${branchVersion}-${buildId}.zip"/>
<property name="masterFeature" value="org.eclipse.cdt.master_${branchVersion}.jar"/>
<property name="cdtTest" value="org.eclipse.cdt.testing_5.1.0.${timestamp}"/>
<property name="eclipseTest" value="org.eclipse.test_3.2.0"/>
<property name="messagefile" value="message.in"/>
@ -134,6 +135,9 @@
<copy file="${buildDirectory}/plugins/net.sourceforge.lpg.lpgjavaruntime_1.1.0.v200803061910.jar"
todir="${buildDirectory}/site/eclipse/plugins"/>
<!-- remove the master feature from the update site -->
<delete file="${buildDirectory}/site/eclipse/plugins/${masterFeature}"/>
<!-- generate p2 metadata -->
<antcall target="generate.p2.metadata" />