Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorVivian Kong2009-12-14 16:44:42 +0000
committerVivian Kong2009-12-14 16:44:42 +0000
commit2921db084cf1b68bc9796656c4a041b2aca2c444 (patch)
treec44931c951320224aa4e49b12fed793c5e64edc9 /releng
parent986dc3753acaa43f0985576626c0b815337a2a0b (diff)
downloadorg.eclipse.cdt-2921db084cf1b68bc9796656c4a041b2aca2c444.tar.gz
org.eclipse.cdt-2921db084cf1b68bc9796656c4a041b2aca2c444.tar.xz
org.eclipse.cdt-2921db084cf1b68bc9796656c4a041b2aca2c444.zip
use Eclipse 3.6M4 for builds
Diffstat (limited to 'releng')
-rw-r--r--releng/org.eclipse.cdt.releng/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/releng/org.eclipse.cdt.releng/build.xml b/releng/org.eclipse.cdt.releng/build.xml
index ab2bf3147e1..f0c156f6238 100644
--- a/releng/org.eclipse.cdt.releng/build.xml
+++ b/releng/org.eclipse.cdt.releng/build.xml
@@ -14,7 +14,7 @@
<target name="init">
<touch file="${user.home}/.cvspass" />
<tstamp/>
- <property name="eclipseDist" value="/home/data/httpd/download.eclipse.org/eclipse/downloads/drops/S-3.6M3-200910301201/eclipse-SDK-3.6M3-linux-gtk-ppc.tar.gz"/>
+ <property name="eclipseDist" value="/home/data/httpd/download.eclipse.org/eclipse/downloads/drops/S-3.6M4-200912101301/eclipse-SDK-3.6M4-linux-gtk-ppc.tar.gz"/>
<!--property name="mylynDist" value="/home/data/httpd/download.eclipse.org/tools/mylyn/update/galileo/mylyn-3.2.0.I20090520-2300-e3.4.zip"/-->
<property name="rseDist" value="/home/data/httpd/download.eclipse.org/dsdp/tm/downloads/drops/R-3.1-200906171400/RSE-SDK-3.1.zip"/>
<property name="branchVersion" value="6.1.0"/>

Back to the top