mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Updating the build script to the latest basebuilder.
This commit is contained in:
parent
e38c5cfc70
commit
653176e4f1
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
||||||
<property name="timestamp" value="${DSTAMP}${TSTAMP}" />
|
<property name="timestamp" value="${DSTAMP}${TSTAMP}" />
|
||||||
<property name="buildDirectory" value="${basedir}/results" />
|
<property name="buildDirectory" value="${basedir}/results" />
|
||||||
<property name="baseLocation" value="${buildDirectory}/eclipse"/>
|
<property name="baseLocation" value="${buildDirectory}/eclipse"/>
|
||||||
<property name="pde.build.scripts" value="${eclipse.home}/plugins/org.eclipse.pde.build_3.2.0/scripts"/>
|
<property name="pde.build.scripts" value="${eclipse.home}/plugins/org.eclipse.pde.build/scripts"/>
|
||||||
<property name="eclipseDist" value="eclipseDist undefined"/>
|
<property name="eclipseDist" value="eclipseDist undefined"/>
|
||||||
<property name="collectingFolder" value="eclipse"/>
|
<property name="collectingFolder" value="eclipse"/>
|
||||||
<property name="archivePrefix" value="eclipse"/>
|
<property name="archivePrefix" value="eclipse"/>
|
||||||
|
|
Loading…
Add table
Reference in a new issue