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

Switch to building update jars.

This commit is contained in:
Doug Schaefer 2007-06-05 16:51:05 +00:00
parent dfb44d421e
commit e843b0a7d4

View file

@ -14,6 +14,7 @@
<property name="branchVersion" value="4.0.0"/>
<property name="timestamp" value="${DSTAMP}${TSTAMP}" />
<property name="forceContextQualifier" value="${timestamp}"/>
<property name="outputUpdateJars" value="true"/>
<property name="buildDirectory" value="${basedir}/results" />
<property name="baseLocation" value="${buildDirectory}/eclipse"/>
<property name="pde.build.scripts" value="${eclipse.home}/plugins/org.eclipse.pde.build/scripts"/>
@ -86,7 +87,7 @@
</antcall>
</target>
<target name="zips" depends="init">
<target name="zips" depends="init,unzip">
<ant antfile="build.xml" dir="${pde.build.scripts}">
<property name="builder" value="${basedir}/platform" />
</ant>