Skip to content

Commit

Permalink
[NONE] Update Eclipse SDK in publish script.
Browse files Browse the repository at this point in the history
  • Loading branch information
nyssen committed Sep 18, 2017
1 parent 30d308a commit 42e2bf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions org.eclipse.gef.repository/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,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.6.2-201611241400/eclipse-SDK-4.6.2-linux-gtk-x86_64.tar.gz .
tar -xvzf 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 -xvzf eclipse-SDK-4.7.1-linux-gtk-x86_64.tar.gz
cd eclipse
chmod 700 eclipse
cd ..
Expand Down

0 comments on commit 42e2bf1

Please sign in to comment.