Skip to content

Commit

Permalink
[NONE] Update promotion script to use eclipse SDK 4.5.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
nyssen committed May 23, 2016
1 parent fd6ba9e commit d3e8eb2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions org.eclipse.gef.repository/publish.sh
Expand Up @@ -160,8 +160,8 @@ cd $tmpDir

# Download and prepare Eclipse SDK, which is needed to merge update site and postprocess repository
echo "Downloading eclipse to $PWD"
cp /home/data/httpd/download.eclipse.org/eclipse/downloads/drops4/R-4.4.2-201502041700/eclipse-SDK-4.4.2-linux-gtk-x86_64.tar.gz .
tar -xvzf eclipse-SDK-4.4.2-linux-gtk-x86_64.tar.gz
cp /home/data/httpd/download.eclipse.org/eclipse/downloads/drops4/R-4.5.2-201602121500/eclipse-SDK-4.5.2-linux-gtk-x86_64.tar.gz .
tar -xvzf eclipse-SDK-4.5.2-linux-gtk-x86_64.tar.gz
cd eclipse
chmod 700 eclipse
cd ..
Expand All @@ -175,7 +175,7 @@ echo "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
echo "Cleaning up"
rm eclipse-SDK-4.4.2-linux-gtk-x86_64.tar.gz
rm eclipse-SDK-4.5.2-linux-gtk-x86_64.tar.gz

# Generate drop files
if [ "$dropFiles" = y ];
Expand Down

0 comments on commit d3e8eb2

Please sign in to comment.