Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Schaefer2008-04-21 18:07:11 +0000
committerDoug Schaefer2008-04-21 18:07:11 +0000
commitfc3b72bb7aa638db9e570453d0ade1d71e34ac90 (patch)
tree3820fa49617bacaa4ee8075f097dda44533f2cb1
parent95706316cbc8d95509056dde9ed0e7fe7ad778e0 (diff)
downloadorg.eclipse.cdt-fc3b72bb7aa638db9e570453d0ade1d71e34ac90.tar.gz
org.eclipse.cdt-fc3b72bb7aa638db9e570453d0ade1d71e34ac90.tar.xz
org.eclipse.cdt-fc3b72bb7aa638db9e570453d0ade1d71e34ac90.zip
Update the build scripts to build with mylyn.
-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 0d1252f4092..815d0c8e0df 100644
--- a/releng/org.eclipse.cdt.releng/build.xml
+++ b/releng/org.eclipse.cdt.releng/build.xml
@@ -14,7 +14,7 @@
<touch file="${user.home}/.cvspass" />
<tstamp/>
<property name="eclipseDist" value="/home/data/httpd/download.eclipse.org/eclipse/downloads/drops/S-3.4M6-200803301350/eclipse-SDK-3.4M6-linux-gtk-ppc.tar.gz"/>
- <property name="mylynDist" value="/home/data/httpd/download.eclipse.org/tools/mylyn/update/ganymede/mylyn-2.3.2-e3.4.zip"/>
+ <property name="mylynDist" value="/home/data/httpd/download.eclipse.org/tools/mylyn/update/mylyn-2.3.2-e3.4.zip"/>
<property name="branchVersion" value="5.0.0"/>
<property name="timestamp" value="${DSTAMP}${TSTAMP}" />
<property name="forceContextQualifier" value="${timestamp}"/>

Back to the top