Upstream release 4.7.0
This commit is contained in:
parent
3a47121996
commit
24b99d59b1
15 changed files with 11 additions and 5 deletions
5
eclipse-ide-java_4.7.0/debian/preinst
Normal file
5
eclipse-ide-java_4.7.0/debian/preinst
Normal file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
cd /opt/
|
||||
|
||||
## Download Eclipse from the eclipse servers
|
||||
wget http://artfiles.org/eclipse.org//technology/epp/downloads/release/oxygen/R/eclipse-java-oxygen-R-linux-gtk-x86_64.tar.gz
|
Reference in a new issue