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:
parent
dfb44d421e
commit
e843b0a7d4
1 changed files with 2 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue