Upstream release 4.7.0
This commit is contained in:
parent
3a47121996
commit
24b99d59b1
15 changed files with 11 additions and 5 deletions
|
@ -1,5 +0,0 @@
|
|||
#!/bin/bash
|
||||
cd /opt/
|
||||
|
||||
## Download Eclipse from the eclipse servers
|
||||
wget http://ftp.fau.de/eclipse/technology/epp/downloads/release/neon/3/eclipse-java-neon-3-linux-gtk-x86_64.tar.gz
|
|
@ -1,3 +1,9 @@
|
|||
eclipse-ide-java (4.7.0-1) zesty; urgency=low
|
||||
|
||||
* New upstream version
|
||||
|
||||
-- Marcel Kapfer (mmk2410) <marcelmichaelkapfer@gmail.com> Fri, 12 Jul 2017 18:29:34 +0100
|
||||
|
||||
eclipse-ide-java (4.6.3-1) yakkety; urgency=low
|
||||
|
||||
* New upstream version
|
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