aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSiva Velusamy <vsiva@google.com>2013-06-11 14:40:29 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2013-06-11 14:40:29 +0000
commit3bc980fa160ea8f7e77b27fa048eaf410a0d2dab (patch)
treed02ea8364c664909b18688bb11e2a0afd1364f29
parentc54c5f2380cfbba405a55e5de5e144619683e947 (diff)
parenta0c9a450486c9a29652dce7193efa0f3be108495 (diff)
downloadsdk-3bc980fa160ea8f7e77b27fa048eaf410a0d2dab.zip
sdk-3bc980fa160ea8f7e77b27fa048eaf410a0d2dab.tar.gz
sdk-3bc980fa160ea8f7e77b27fa048eaf410a0d2dab.tar.bz2
Merge "Fix 'ERROR 404: Not Found' in the setup_eclipse.sh file."
-rwxr-xr-xeclipse/scripts/setup_eclipse.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclipse/scripts/setup_eclipse.sh b/eclipse/scripts/setup_eclipse.sh
index 4154bf8..5942c06 100755
--- a/eclipse/scripts/setup_eclipse.sh
+++ b/eclipse/scripts/setup_eclipse.sh
@@ -45,7 +45,7 @@ BASE_DIR="$1"
[[ -n "$1" ]] || die "Usage: $0 <dest-dir>"
# URL for Eclipse Linux RCP.
-DOWNLOAD_URL="http://download.eclipse.org/technology/epp/downloads/release/helios/SR2/eclipse-rcp-helios-SR2-linux-gtk-x86_64.tar.gz"
+DOWNLOAD_URL="http://archive.eclipse.org/technology/epp/downloads/release/helios/SR2/eclipse-rcp-helios-SR2-linux-gtk-x86_64.tar.gz"
# URL for CDT
CDT_DOWNLOAD_URL="http://download.eclipse.org/tools/cdt/releases/helios/dist/cdt-master-7.0.2.zip"