Add Eclipse Neon (4.6.0)
This commit is contained in:
parent
9bd31fdd0d
commit
dfa5b8f60b
31 changed files with 969 additions and 45 deletions
5
eclipse-ide-java_4.6.0/debian/preinst
Normal file
5
eclipse-ide-java_4.6.0/debian/preinst
Normal file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
cd /opt/
|
||||
|
||||
## Download Eclipse from the eclipse servers
|
||||
wget http://ftp.ussg.iu.edu/eclipse/technology/epp/downloads/release/neon/R/eclipse-java-neon-R-linux-gtk-x86_64.tar.gz
|
Reference in a new issue