mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-03 14:25:37 +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
|
||||
id="org.eclipse.cdt"
|
||||
label="%featureName"
|
||||
version="3.0.0"
|
||||
version="3.1.0"
|
||||
provider-name="%providerName"
|
||||
image="eclipse_update_120.jpg">
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
<target name="init">
|
||||
<touch file="${user.home}/.cvspass" />
|
||||
<tstamp/>
|
||||
<property name="branchVersion" value="3.0.0"/>
|
||||
<property name="branchVersion" value="3.1.0"/>
|
||||
<property name="timestamp" value="${DSTAMP}${TSTAMP}" />
|
||||
<property name="buildDirectory" value="${basedir}/results" />
|
||||
<property name="baseLocation" value="${buildDirectory}/eclipse"/>
|
||||
|
@ -150,14 +150,14 @@
|
|||
<replacefilter token="@buildId@" value="${buildId}"/>
|
||||
</replace>
|
||||
<mail subject="CDT ${branchVersion} Build ${buildId} completed"
|
||||
tolist="${mailto}" from="dschaefe@ca.ibm.com">
|
||||
tolist="${mailto}" from="dschaefer@qnx.com">
|
||||
<message src="message.txt"/>
|
||||
</mail>
|
||||
</target>
|
||||
|
||||
<target name="mailFail" if="hasErrors">
|
||||
<mail subject="CDT ${branchVersion} Build ${buildId} failed"
|
||||
tolist="${mailto}" from="dschaefe@ca.ibm.com">
|
||||
tolist="${mailto}" from="dschaefer@qnx.com">
|
||||
<message src="compilelog.txt"/>
|
||||
</mail>
|
||||
</target>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<feature
|
||||
id="org.eclipse.cdt.sdk"
|
||||
label="%featureName"
|
||||
version="3.0.0"
|
||||
version="3.1.0"
|
||||
provider-name="%providerName">
|
||||
|
||||
<description>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<feature
|
||||
id="org.eclipse.cdt.testing"
|
||||
label="%featureName"
|
||||
version="3.0.0"
|
||||
version="3.1.0"
|
||||
provider-name="%providerName"
|
||||
image="eclipse_update_120.jpg">
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue