1
0
Fork 0
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:
Doug Schaefer 2005-08-31 19:10:51 +00:00
parent 20c122f90f
commit 491bead72b
4 changed files with 6 additions and 6 deletions

View file

@ -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">

View file

@ -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>

View file

@ -2,7 +2,7 @@
<feature
id="org.eclipse.cdt.sdk"
label="%featureName"
version="3.0.0"
version="3.1.0"
provider-name="%providerName">
<description>

View file

@ -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">