update eclipse, reformat

This commit is contained in:
Frieder Schlesier 2015-12-15 16:51:37 +01:00
parent a67cb5be39
commit b15ac2bc00
1 changed files with 48 additions and 48 deletions

View File

@ -78,15 +78,15 @@ chrome() {
eclipse() {
del_stopped eclipse
docker run -it --rm \
docker run -d \
--net host \
-v /tmp/.X11-unix:/tmp/.X11-unix \
-e DISPLAY=unix$DISPLAY \
-v $HOME/projects/java/workspace:/root/workspace \
-v $HOME/projects/java/workspace:/home/eclipse/workspace \
-v $HOME/.eclipse/plugins:/opt/eclipse/plugins \
-v $HOME/.eclipse/configuration:/opt/eclipse/configuration \
--name eclipse \
fschl/eclipse-jdk7:latest
fschl/eclipse:latest
}
go() {