[releng] Updated eclipse-SDK to 4.7.1
Change-Id: I9241877bca5256b72b69dab6824d6fcae615aa59
Signed-off-by: Pierre-Charles David <pierre-charles.david@obeo.fr>
diff --git a/org.eclipse.gmf.notation.repository/gmf-notation-hipp-publish.sh b/org.eclipse.gmf.notation.repository/gmf-notation-hipp-publish.sh
index 0384877..b89a3ea 100644
--- a/org.eclipse.gmf.notation.repository/gmf-notation-hipp-publish.sh
+++ b/org.eclipse.gmf.notation.repository/gmf-notation-hipp-publish.sh
@@ -80,8 +80,8 @@
# Download and prepare Eclipse SDK, which is needed to process the update site
echo "`date +%Y-%m-%d-%H:%M:%S` Downloading eclipse to $PWD"
-cp /home/data/httpd/download.eclipse.org/eclipse/downloads/drops4/R-4.6.2-201611241400/eclipse-SDK-4.6.2-linux-gtk-x86_64.tar.gz .
-tar -xzf eclipse-SDK-4.6.2-linux-gtk-x86_64.tar.gz
+cp /home/data/httpd/download.eclipse.org/eclipse/downloads/drops4/R-4.7.1-201709061700/eclipse-SDK-4.7.1-linux-gtk-x86_64.tar.gz .
+tar -xzf eclipse-SDK-4.7.1-linux-gtk-x86_64.tar.gz
cd eclipse
chmod 700 eclipse
cd ..
@@ -93,7 +93,7 @@
echo "`date +%Y-%m-%d-%H:%M:%S` Installing WTP Releng tools"
./eclipse/eclipse -nosplash --launcher.suppressErrors -clean -debug -application org.eclipse.equinox.p2.director -repository http://download.eclipse.org/webtools/releng/repository/ -installIUs org.eclipse.wtp.releng.tools.feature.feature.group
# Clean up
-rm eclipse-SDK-4.6.2-linux-gtk-x86_64.tar.gz
+rm eclipse-SDK-4.7.1-linux-gtk-x86_64.tar.gz
# Generate drop files
echo "`date +%Y-%m-%d-%H:%M:%S` Converting update site to runnable form"