Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordavid_williams2010-08-10 06:33:05 +0000
committerdavid_williams2010-08-10 06:33:05 +0000
commit5ee3563968c9cfc53a819c2f08cffcffd4508ffa (patch)
tree5c456d72229529601225081c28ec7f82d568c635
parent7f10a60edb3a7c586d854c2ed4a0a4c99186f7a5 (diff)
downloadwebtools.maps-5ee3563968c9cfc53a819c2f08cffcffd4508ffa.tar.gz
webtools.maps-5ee3563968c9cfc53a819c2f08cffcffd4508ffa.tar.xz
webtools.maps-5ee3563968c9cfc53a819c2f08cffcffd4508ffa.zip
prep towards e4 based builds
-rw-r--r--releng/indigo4/dependencies.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/releng/indigo4/dependencies.properties b/releng/indigo4/dependencies.properties
index a0d4ea568..107dfaef8 100644
--- a/releng/indigo4/dependencies.properties
+++ b/releng/indigo4/dependencies.properties
@@ -81,7 +81,7 @@ e4.description=Eclipse SDK v4.0
e4.mirror.prefixuri=/e4/sdk/drops/${e4.build.dir}
e4.url=http://download.eclipse.org${e4.mirror.prefixuri}
e4.file.linux-gtk-x86=eclipse-SDK-${e4.build.id}-linux-gtk.tar.gz
-e4.file.linux-gtk-ppc=eclipse-SDK-${e4.build.id}-linux-gtk-ppc.tar.gz
+e4.file.linux-gtk-ppc=eclipse-SDK-${e4.build.id}-linux-gtk-ppc64.tar.gz
e4.file.win32-win32-x86=eclipse-SDK-${e4.build.id}-win32.zip
e4.file.macosx-carbon-ppc=eclipse-SDK-${e4.build.id}-macosx-carbon.tar.gz
e4.build.home=http://download.eclipse.org/e4/sdk

Back to the top