Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVivian Kong2010-05-12 15:28:42 +0000
committerVivian Kong2010-05-12 15:28:42 +0000
commite42cd1959782471e16285c7e42c8084cd909c371 (patch)
tree9fc5a3e429350a1cb36a13a4b01821d01fee71c9
parentaae1317d2e01dfb5d3deb61eb2b531ea061d597b (diff)
downloadorg.eclipse.ptp-e42cd1959782471e16285c7e42c8084cd909c371.tar.gz
org.eclipse.ptp-e42cd1959782471e16285c7e42c8084cd909c371.tar.xz
org.eclipse.ptp-e42cd1959782471e16285c7e42c8084cd909c371.zip
update to latest CDT 5.0.x build - 201005121012
-rw-r--r--rdt/org.eclipse.ptp.rdt.core.remotejars/build.xml6
-rw-r--r--releng/org.eclipse.ptp.releng/build.xml2
2 files changed, 4 insertions, 4 deletions
diff --git a/rdt/org.eclipse.ptp.rdt.core.remotejars/build.xml b/rdt/org.eclipse.ptp.rdt.core.remotejars/build.xml
index a3b35a2b5..98672261c 100644
--- a/rdt/org.eclipse.ptp.rdt.core.remotejars/build.xml
+++ b/rdt/org.eclipse.ptp.rdt.core.remotejars/build.xml
@@ -34,13 +34,13 @@
<property name="platformVersion" value="R-3.4-200806172000"/>
<property name="platformBaseName" value="eclipse-platform-3.4"/>
- <property name="cdtCoreVersion" value="5.0.4.201005031606"/>
+ <property name="cdtCoreVersion" value="5.0.4.201005121012"/>
<property name="cdtCoreJar" value="org.eclipse.cdt.core_${cdtCoreVersion}.jar"/>
- <property name="cdtLRParserVersion" value="5.0.3.201005031606"/>
+ <property name="cdtLRParserVersion" value="5.0.3.201005121012"/>
<property name="cdtLRParserJar" value="org.eclipse.cdt.core.lrparser_${cdtLRParserVersion}.jar"/>
- <property name="cdtLRParserXLCVersion" value="5.0.3.201005031606"/>
+ <property name="cdtLRParserXLCVersion" value="5.0.3.201005121012"/>
<property name="cdtLRParserXLCJar" value="org.eclipse.cdt.core.lrparser.xlc_${cdtLRParserXLCVersion}.jar"/>
<property name="rdtXLCPropertiesPath" value="${basedir}/../org.eclipse.ptp.rdt.xlc/properties"/>
diff --git a/releng/org.eclipse.ptp.releng/build.xml b/releng/org.eclipse.ptp.releng/build.xml
index 5a57b2453..e9b8a8df2 100644
--- a/releng/org.eclipse.ptp.releng/build.xml
+++ b/releng/org.eclipse.ptp.releng/build.xml
@@ -12,7 +12,7 @@
<touch file="${user.home}/.cvspass" />
<tstamp/>
<property name="eclipseDist" value="/home/data/httpd/archive.eclipse.org/eclipse/downloads/drops/R-3.4-200806172000/eclipse-SDK-3.4-linux-gtk-ppc.tar.gz"/>
- <property name="cdtDist" value="/home/data/httpd/download.eclipse.org/tools/cdt/builds/5.0.3/I.I201005031606/cdt-master-5.0.3-I201005031606.zip"/>
+ <property name="cdtDist" value="/home/data/httpd/download.eclipse.org/tools/cdt/builds/5.0.3/I.I201005121012/cdt-master-5.0.3-I201005121012.zip"/>
<property name="mylynDist" value="/home/data/httpd/download.eclipse.org/tools/mylyn/update/ganymede/mylyn-3.0.1.v20080721-2100-e3.4.zip"/>
<property name="rseDist" value="/home/data/httpd/download.eclipse.org/dsdp/tm/downloads/drops/L20100430-1030/RSE-SDK-L20100430-1030.zip"/>
<property name="tauJars" value="${user.home}/tau_jars.zip"/>

Back to the top