mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-05 23:35:48 +02:00
Upversioned the features.
This commit is contained in:
parent
20c122f90f
commit
491bead72b
4 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
||||||
<feature
|
<feature
|
||||||
id="org.eclipse.cdt"
|
id="org.eclipse.cdt"
|
||||||
label="%featureName"
|
label="%featureName"
|
||||||
version="3.0.0"
|
version="3.1.0"
|
||||||
provider-name="%providerName"
|
provider-name="%providerName"
|
||||||
image="eclipse_update_120.jpg">
|
image="eclipse_update_120.jpg">
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
<target name="init">
|
<target name="init">
|
||||||
<touch file="${user.home}/.cvspass" />
|
<touch file="${user.home}/.cvspass" />
|
||||||
<tstamp/>
|
<tstamp/>
|
||||||
<property name="branchVersion" value="3.0.0"/>
|
<property name="branchVersion" value="3.1.0"/>
|
||||||
<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"/>
|
||||||
|
@ -150,14 +150,14 @@
|
||||||
<replacefilter token="@buildId@" value="${buildId}"/>
|
<replacefilter token="@buildId@" value="${buildId}"/>
|
||||||
</replace>
|
</replace>
|
||||||
<mail subject="CDT ${branchVersion} Build ${buildId} completed"
|
<mail subject="CDT ${branchVersion} Build ${buildId} completed"
|
||||||
tolist="${mailto}" from="dschaefe@ca.ibm.com">
|
tolist="${mailto}" from="dschaefer@qnx.com">
|
||||||
<message src="message.txt"/>
|
<message src="message.txt"/>
|
||||||
</mail>
|
</mail>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="mailFail" if="hasErrors">
|
<target name="mailFail" if="hasErrors">
|
||||||
<mail subject="CDT ${branchVersion} Build ${buildId} failed"
|
<mail subject="CDT ${branchVersion} Build ${buildId} failed"
|
||||||
tolist="${mailto}" from="dschaefe@ca.ibm.com">
|
tolist="${mailto}" from="dschaefer@qnx.com">
|
||||||
<message src="compilelog.txt"/>
|
<message src="compilelog.txt"/>
|
||||||
</mail>
|
</mail>
|
||||||
</target>
|
</target>
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
<feature
|
<feature
|
||||||
id="org.eclipse.cdt.sdk"
|
id="org.eclipse.cdt.sdk"
|
||||||
label="%featureName"
|
label="%featureName"
|
||||||
version="3.0.0"
|
version="3.1.0"
|
||||||
provider-name="%providerName">
|
provider-name="%providerName">
|
||||||
|
|
||||||
<description>
|
<description>
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
<feature
|
<feature
|
||||||
id="org.eclipse.cdt.testing"
|
id="org.eclipse.cdt.testing"
|
||||||
label="%featureName"
|
label="%featureName"
|
||||||
version="3.0.0"
|
version="3.1.0"
|
||||||
provider-name="%providerName"
|
provider-name="%providerName"
|
||||||
image="eclipse_update_120.jpg">
|
image="eclipse_update_120.jpg">
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue