aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@android.com>2010-05-11 21:22:07 -0700
committerXavier Ducrohet <xav@android.com>2010-05-11 21:22:07 -0700
commit298d85389d0d56d0070bd3fee7b347426d337517 (patch)
treee646a830ac7e81088ea9f42216a08b107f322fc2 /eclipse
parent910fe5a020f09122e100a2c3beb5573a3182c596 (diff)
downloadsdk-298d85389d0d56d0070bd3fee7b347426d337517.zip
sdk-298d85389d0d56d0070bd3fee7b347426d337517.tar.gz
sdk-298d85389d0d56d0070bd3fee7b347426d337517.tar.bz2
Fix eclipse download link.
Change-Id: I78bc8810442efb0e78a2fca8c8ddc2e83f2be83d
Diffstat (limited to 'eclipse')
-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 5143e23..8ce1013 100755
--- a/eclipse/scripts/setup_eclipse.sh
+++ b/eclipse/scripts/setup_eclipse.sh
@@ -37,7 +37,7 @@ BASE_DIR="$1"
[ -n "$1" ] || die "Usage: $0 <dest-dir>"
# URL for 3.4.0 RCP Linux 32 Bits. Includes GEF, WTP as needed.
-DOWNLOAD_URL="http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/ganymede/R/eclipse-rcp-ganymede-linux-gtk.tar.gz&url=http://eclipse.unixheads.org/technology/epp/downloads/release/ganymede/R/eclipse-rcp-ganymede-linux-gtk.tar.gz&mirror_id=480"
+DOWNLOAD_URL="http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/ganymede/SR2/eclipse-rcp-ganymede-SR2-linux-gtk.tar.gz&url=http://eclipse.unixheads.org/technology/epp/downloads/release/ganymede/SR2/eclipse-rcp-ganymede-SR2-linux-gtk.tar.gz&mirror_id=480"
BIN="$BASE_DIR/eclipse/eclipse" # path to installed binary
TARGZ="$BASE_DIR/eclipse-rcp-ganymede-linux-gtk.tar.gz"