diff options
author | Scott Fan <fancp2007@gmail.com> | 2013-06-11 14:53:40 +0800 |
---|---|---|
committer | Scott Fan <fancp2007@gmail.com> | 2013-06-11 14:53:40 +0800 |
commit | a0c9a450486c9a29652dce7193efa0f3be108495 (patch) | |
tree | d02ea8364c664909b18688bb11e2a0afd1364f29 /eclipse/scripts | |
parent | c54c5f2380cfbba405a55e5de5e144619683e947 (diff) | |
download | sdk-a0c9a450486c9a29652dce7193efa0f3be108495.zip sdk-a0c9a450486c9a29652dce7193efa0f3be108495.tar.gz sdk-a0c9a450486c9a29652dce7193efa0f3be108495.tar.bz2 |
Fix 'ERROR 404: Not Found' in the setup_eclipse.sh file.
The package for Eclipse Linux RCP has moved to the archives.
Change-Id: I8441a395670ceaf4c0aa20d5c8db63fc9ca38a7d
Signed-off-by: Scott Fan <fancp2007@gmail.com>
Diffstat (limited to 'eclipse/scripts')
-rwxr-xr-x | eclipse/scripts/setup_eclipse.sh | 2 |
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" |