diff --git a/.bash_aliases b/.bash_aliases index dfea448..f4a8673 100644 --- a/.bash_aliases +++ b/.bash_aliases @@ -31,7 +31,7 @@ alias omg="sudo service NetworkManager restart" alias zsh_fix="mv ~/.zsh_history ~/.zsh_history_bad; strings ~/.zsh_history_bad > ~/.zsh_history;fc -R ~/.zsh_history; rm ~/.zsh_history_bad" alias myip="curl ifconfig.co" alias rmswp="find ~/.vim/tmp/ -iname \"*swp\" -delete" -alias root="sudo su" +alias root="sudo su -" function download_github_folder() { svn checkout $(echo $1 | sed "s/\/tree\/[a-zA-Z]\+/\/trunk/") @@ -148,3 +148,6 @@ alias dsl="docker swarm leave --force" alias dsi="docker swarm init --advertise-addr=$(ifconfig wlp2s0 | grep inet | awk '/1/{print $2}')" alias dsjtm="docker swarm join-token manager" alias dsjtw="docker swarm join-token worker" + +alias noip6="sudo sh -c 'echo 1 > /proc/sys/net/ipv6/conf/wlp2s0/disable_ipv6'" +alias yesip6="sudo sh -c 'echo 0 > /proc/sys/net/ipv6/conf/wlp2s0/disable_ipv6'" diff --git a/vim-plugins/bundle/eclim/autoload/eclim.vim b/vim-plugins/eclim/autoload/eclim.vim similarity index 100% rename from vim-plugins/bundle/eclim/autoload/eclim.vim rename to vim-plugins/eclim/autoload/eclim.vim diff --git a/vim-plugins/bundle/eclim/autoload/eclim/client/nailgun.vim b/vim-plugins/eclim/autoload/eclim/client/nailgun.vim similarity index 100% rename from vim-plugins/bundle/eclim/autoload/eclim/client/nailgun.vim rename to vim-plugins/eclim/autoload/eclim/client/nailgun.vim diff --git a/vim-plugins/bundle/eclim/autoload/eclim/client/python/nailgun.py b/vim-plugins/eclim/autoload/eclim/client/python/nailgun.py similarity index 100% rename from vim-plugins/bundle/eclim/autoload/eclim/client/python/nailgun.py rename to vim-plugins/eclim/autoload/eclim/client/python/nailgun.py diff --git a/vim-plugins/bundle/eclim/autoload/eclim/client/python/nailgun.vim b/vim-plugins/eclim/autoload/eclim/client/python/nailgun.vim similarity index 100% rename from vim-plugins/bundle/eclim/autoload/eclim/client/python/nailgun.vim rename to vim-plugins/eclim/autoload/eclim/client/python/nailgun.vim diff --git a/vim-plugins/bundle/eclim/autoload/eclim/common/buffers.vim b/vim-plugins/eclim/autoload/eclim/common/buffers.vim similarity index 100% rename from vim-plugins/bundle/eclim/autoload/eclim/common/buffers.vim rename to vim-plugins/eclim/autoload/eclim/common/buffers.vim diff --git a/vim-plugins/bundle/eclim/autoload/eclim/common/history.vim b/vim-plugins/eclim/autoload/eclim/common/history.vim similarity index 100% rename from vim-plugins/bundle/eclim/autoload/eclim/common/history.vim rename to vim-plugins/eclim/autoload/eclim/common/history.vim diff --git a/vim-plugins/bundle/eclim/autoload/eclim/common/largefile.vim b/vim-plugins/eclim/autoload/eclim/common/largefile.vim similarity index 100% rename from vim-plugins/bundle/eclim/autoload/eclim/common/largefile.vim rename to vim-plugins/eclim/autoload/eclim/common/largefile.vim diff --git a/vim-plugins/bundle/eclim/autoload/eclim/common/license.vim b/vim-plugins/eclim/autoload/eclim/common/license.vim similarity index 100% rename from vim-plugins/bundle/eclim/autoload/eclim/common/license.vim rename to vim-plugins/eclim/autoload/eclim/common/license.vim diff --git a/vim-plugins/bundle/eclim/autoload/eclim/common/locate.vim b/vim-plugins/eclim/autoload/eclim/common/locate.vim similarity index 100% rename from vim-plugins/bundle/eclim/autoload/eclim/common/locate.vim rename to vim-plugins/eclim/autoload/eclim/common/locate.vim diff --git a/vim-plugins/bundle/eclim/autoload/eclim/common/template.vim b/vim-plugins/eclim/autoload/eclim/common/template.vim similarity index 100% rename from vim-plugins/bundle/eclim/autoload/eclim/common/template.vim rename to vim-plugins/eclim/autoload/eclim/common/template.vim diff --git a/vim-plugins/bundle/eclim/autoload/eclim/common/util.vim b/vim-plugins/eclim/autoload/eclim/common/util.vim similarity index 100% rename from vim-plugins/bundle/eclim/autoload/eclim/common/util.vim rename to vim-plugins/eclim/autoload/eclim/common/util.vim diff --git a/vim-plugins/bundle/eclim/autoload/eclim/css/complete.vim b/vim-plugins/eclim/autoload/eclim/css/complete.vim similarity index 100% rename from vim-plugins/bundle/eclim/autoload/eclim/css/complete.vim rename to vim-plugins/eclim/autoload/eclim/css/complete.vim diff --git a/vim-plugins/bundle/eclim/autoload/eclim/css/validate.vim b/vim-plugins/eclim/autoload/eclim/css/validate.vim similarity index 100% rename from vim-plugins/bundle/eclim/autoload/eclim/css/validate.vim rename to vim-plugins/eclim/autoload/eclim/css/validate.vim diff --git a/vim-plugins/bundle/eclim/autoload/eclim/cygwin.vim b/vim-plugins/eclim/autoload/eclim/cygwin.vim similarity index 100% rename from vim-plugins/bundle/eclim/autoload/eclim/cygwin.vim rename to vim-plugins/eclim/autoload/eclim/cygwin.vim diff --git a/vim-plugins/bundle/eclim/autoload/eclim/display/fold.vim b/vim-plugins/eclim/autoload/eclim/display/fold.vim similarity index 100% rename from vim-plugins/bundle/eclim/autoload/eclim/display/fold.vim rename to vim-plugins/eclim/autoload/eclim/display/fold.vim diff --git a/vim-plugins/bundle/eclim/autoload/eclim/display/menu.vim b/vim-plugins/eclim/autoload/eclim/display/menu.vim similarity index 100% rename from vim-plugins/bundle/eclim/autoload/eclim/display/menu.vim rename to vim-plugins/eclim/autoload/eclim/display/menu.vim diff --git a/vim-plugins/bundle/eclim/autoload/eclim/display/signs.vim b/vim-plugins/eclim/autoload/eclim/display/signs.vim similarity index 100% rename from vim-plugins/bundle/eclim/autoload/eclim/display/signs.vim rename to vim-plugins/eclim/autoload/eclim/display/signs.vim diff --git a/vim-plugins/bundle/eclim/autoload/eclim/display/window.vim b/vim-plugins/eclim/autoload/eclim/display/window.vim similarity index 100% rename from vim-plugins/bundle/eclim/autoload/eclim/display/window.vim rename to vim-plugins/eclim/autoload/eclim/display/window.vim diff --git a/vim-plugins/bundle/eclim/autoload/eclim/help.vim b/vim-plugins/eclim/autoload/eclim/help.vim similarity index 100% rename from vim-plugins/bundle/eclim/autoload/eclim/help.vim rename to vim-plugins/eclim/autoload/eclim/help.vim diff --git a/vim-plugins/bundle/eclim/autoload/eclim/html/complete.vim b/vim-plugins/eclim/autoload/eclim/html/complete.vim similarity index 100% rename from vim-plugins/bundle/eclim/autoload/eclim/html/complete.vim rename to vim-plugins/eclim/autoload/eclim/html/complete.vim diff --git a/vim-plugins/bundle/eclim/autoload/eclim/html/util.vim b/vim-plugins/eclim/autoload/eclim/html/util.vim similarity index 100% rename from vim-plugins/bundle/eclim/autoload/eclim/html/util.vim rename to vim-plugins/eclim/autoload/eclim/html/util.vim diff --git a/vim-plugins/bundle/eclim/autoload/eclim/html/validate.vim b/vim-plugins/eclim/autoload/eclim/html/validate.vim similarity index 100% rename from vim-plugins/bundle/eclim/autoload/eclim/html/validate.vim rename to vim-plugins/eclim/autoload/eclim/html/validate.vim diff --git a/vim-plugins/bundle/eclim/autoload/eclim/java/ant/complete.vim b/vim-plugins/eclim/autoload/eclim/java/ant/complete.vim similarity index 100% rename from vim-plugins/bundle/eclim/autoload/eclim/java/ant/complete.vim rename to vim-plugins/eclim/autoload/eclim/java/ant/complete.vim diff --git a/vim-plugins/bundle/eclim/autoload/eclim/java/ant/doc.vim b/vim-plugins/eclim/autoload/eclim/java/ant/doc.vim similarity index 100% rename from vim-plugins/bundle/eclim/autoload/eclim/java/ant/doc.vim rename to vim-plugins/eclim/autoload/eclim/java/ant/doc.vim diff --git a/vim-plugins/bundle/eclim/autoload/eclim/java/ant/ivy.vim b/vim-plugins/eclim/autoload/eclim/java/ant/ivy.vim similarity index 100% rename from vim-plugins/bundle/eclim/autoload/eclim/java/ant/ivy.vim rename to vim-plugins/eclim/autoload/eclim/java/ant/ivy.vim diff --git a/vim-plugins/bundle/eclim/autoload/eclim/java/ant/util.vim b/vim-plugins/eclim/autoload/eclim/java/ant/util.vim similarity index 100% rename from vim-plugins/bundle/eclim/autoload/eclim/java/ant/util.vim rename to vim-plugins/eclim/autoload/eclim/java/ant/util.vim diff --git a/vim-plugins/bundle/eclim/autoload/eclim/java/classpath.vim b/vim-plugins/eclim/autoload/eclim/java/classpath.vim similarity index 100% rename from vim-plugins/bundle/eclim/autoload/eclim/java/classpath.vim rename to vim-plugins/eclim/autoload/eclim/java/classpath.vim diff --git a/vim-plugins/bundle/eclim/autoload/eclim/java/complete.vim b/vim-plugins/eclim/autoload/eclim/java/complete.vim similarity index 100% rename from vim-plugins/bundle/eclim/autoload/eclim/java/complete.vim rename to vim-plugins/eclim/autoload/eclim/java/complete.vim diff --git a/vim-plugins/bundle/eclim/autoload/eclim/java/correct.vim b/vim-plugins/eclim/autoload/eclim/java/correct.vim similarity index 100% rename from vim-plugins/bundle/eclim/autoload/eclim/java/correct.vim rename to vim-plugins/eclim/autoload/eclim/java/correct.vim diff --git a/vim-plugins/bundle/eclim/autoload/eclim/java/debug.vim b/vim-plugins/eclim/autoload/eclim/java/debug.vim similarity index 100% rename from vim-plugins/bundle/eclim/autoload/eclim/java/debug.vim rename to vim-plugins/eclim/autoload/eclim/java/debug.vim diff --git a/vim-plugins/bundle/eclim/autoload/eclim/java/doc.vim b/vim-plugins/eclim/autoload/eclim/java/doc.vim similarity index 100% rename from vim-plugins/bundle/eclim/autoload/eclim/java/doc.vim rename to vim-plugins/eclim/autoload/eclim/java/doc.vim diff --git a/vim-plugins/bundle/eclim/autoload/eclim/java/hierarchy.vim b/vim-plugins/eclim/autoload/eclim/java/hierarchy.vim similarity index 100% rename from vim-plugins/bundle/eclim/autoload/eclim/java/hierarchy.vim rename to vim-plugins/eclim/autoload/eclim/java/hierarchy.vim diff --git a/vim-plugins/bundle/eclim/autoload/eclim/java/impl.vim b/vim-plugins/eclim/autoload/eclim/java/impl.vim similarity index 100% rename from vim-plugins/bundle/eclim/autoload/eclim/java/impl.vim rename to vim-plugins/eclim/autoload/eclim/java/impl.vim diff --git a/vim-plugins/bundle/eclim/autoload/eclim/java/import.vim b/vim-plugins/eclim/autoload/eclim/java/import.vim similarity index 100% rename from vim-plugins/bundle/eclim/autoload/eclim/java/import.vim rename to vim-plugins/eclim/autoload/eclim/java/import.vim diff --git a/vim-plugins/bundle/eclim/autoload/eclim/java/junit.vim b/vim-plugins/eclim/autoload/eclim/java/junit.vim similarity index 100% rename from vim-plugins/bundle/eclim/autoload/eclim/java/junit.vim rename to vim-plugins/eclim/autoload/eclim/java/junit.vim diff --git a/vim-plugins/bundle/eclim/autoload/eclim/java/logging.vim b/vim-plugins/eclim/autoload/eclim/java/logging.vim similarity index 100% rename from vim-plugins/bundle/eclim/autoload/eclim/java/logging.vim rename to vim-plugins/eclim/autoload/eclim/java/logging.vim diff --git a/vim-plugins/bundle/eclim/autoload/eclim/java/maven.vim b/vim-plugins/eclim/autoload/eclim/java/maven.vim similarity index 100% rename from vim-plugins/bundle/eclim/autoload/eclim/java/maven.vim rename to vim-plugins/eclim/autoload/eclim/java/maven.vim diff --git a/vim-plugins/bundle/eclim/autoload/eclim/java/new.vim b/vim-plugins/eclim/autoload/eclim/java/new.vim similarity index 100% rename from vim-plugins/bundle/eclim/autoload/eclim/java/new.vim rename to vim-plugins/eclim/autoload/eclim/java/new.vim diff --git a/vim-plugins/bundle/eclim/autoload/eclim/java/refactor.vim b/vim-plugins/eclim/autoload/eclim/java/refactor.vim similarity index 100% rename from vim-plugins/bundle/eclim/autoload/eclim/java/refactor.vim rename to vim-plugins/eclim/autoload/eclim/java/refactor.vim diff --git a/vim-plugins/bundle/eclim/autoload/eclim/java/search.vim b/vim-plugins/eclim/autoload/eclim/java/search.vim similarity index 100% rename from vim-plugins/bundle/eclim/autoload/eclim/java/search.vim rename to vim-plugins/eclim/autoload/eclim/java/search.vim diff --git a/vim-plugins/bundle/eclim/autoload/eclim/java/src.vim b/vim-plugins/eclim/autoload/eclim/java/src.vim similarity index 100% rename from vim-plugins/bundle/eclim/autoload/eclim/java/src.vim rename to vim-plugins/eclim/autoload/eclim/java/src.vim diff --git a/vim-plugins/bundle/eclim/autoload/eclim/java/tools.vim b/vim-plugins/eclim/autoload/eclim/java/tools.vim similarity index 100% rename from vim-plugins/bundle/eclim/autoload/eclim/java/tools.vim rename to vim-plugins/eclim/autoload/eclim/java/tools.vim diff --git a/vim-plugins/bundle/eclim/autoload/eclim/java/util.vim b/vim-plugins/eclim/autoload/eclim/java/util.vim similarity index 100% rename from vim-plugins/bundle/eclim/autoload/eclim/java/util.vim rename to vim-plugins/eclim/autoload/eclim/java/util.vim diff --git a/vim-plugins/bundle/eclim/autoload/eclim/javascript/complete.vim b/vim-plugins/eclim/autoload/eclim/javascript/complete.vim similarity index 100% rename from vim-plugins/bundle/eclim/autoload/eclim/javascript/complete.vim rename to vim-plugins/eclim/autoload/eclim/javascript/complete.vim diff --git a/vim-plugins/bundle/eclim/autoload/eclim/javascript/util.vim b/vim-plugins/eclim/autoload/eclim/javascript/util.vim similarity index 100% rename from vim-plugins/bundle/eclim/autoload/eclim/javascript/util.vim rename to vim-plugins/eclim/autoload/eclim/javascript/util.vim diff --git a/vim-plugins/bundle/eclim/autoload/eclim/lang.vim b/vim-plugins/eclim/autoload/eclim/lang.vim similarity index 100% rename from vim-plugins/bundle/eclim/autoload/eclim/lang.vim rename to vim-plugins/eclim/autoload/eclim/lang.vim diff --git a/vim-plugins/bundle/eclim/autoload/eclim/lang/hierarchy.vim b/vim-plugins/eclim/autoload/eclim/lang/hierarchy.vim similarity index 100% rename from vim-plugins/bundle/eclim/autoload/eclim/lang/hierarchy.vim rename to vim-plugins/eclim/autoload/eclim/lang/hierarchy.vim diff --git a/vim-plugins/bundle/eclim/autoload/eclim/project/problems.vim b/vim-plugins/eclim/autoload/eclim/project/problems.vim similarity index 100% rename from vim-plugins/bundle/eclim/autoload/eclim/project/problems.vim rename to vim-plugins/eclim/autoload/eclim/project/problems.vim diff --git a/vim-plugins/bundle/eclim/autoload/eclim/project/run.vim b/vim-plugins/eclim/autoload/eclim/project/run.vim similarity index 100% rename from vim-plugins/bundle/eclim/autoload/eclim/project/run.vim rename to vim-plugins/eclim/autoload/eclim/project/run.vim diff --git a/vim-plugins/bundle/eclim/autoload/eclim/project/tree.vim b/vim-plugins/eclim/autoload/eclim/project/tree.vim similarity index 100% rename from vim-plugins/bundle/eclim/autoload/eclim/project/tree.vim rename to vim-plugins/eclim/autoload/eclim/project/tree.vim diff --git a/vim-plugins/bundle/eclim/autoload/eclim/project/util.vim b/vim-plugins/eclim/autoload/eclim/project/util.vim similarity index 100% rename from vim-plugins/bundle/eclim/autoload/eclim/project/util.vim rename to vim-plugins/eclim/autoload/eclim/project/util.vim diff --git a/vim-plugins/bundle/eclim/autoload/eclim/taglisttoo/lang/commonsvalidator.vim b/vim-plugins/eclim/autoload/eclim/taglisttoo/lang/commonsvalidator.vim similarity index 100% rename from vim-plugins/bundle/eclim/autoload/eclim/taglisttoo/lang/commonsvalidator.vim rename to vim-plugins/eclim/autoload/eclim/taglisttoo/lang/commonsvalidator.vim diff --git a/vim-plugins/bundle/eclim/autoload/eclim/taglisttoo/lang/eclimhelp.vim b/vim-plugins/eclim/autoload/eclim/taglisttoo/lang/eclimhelp.vim similarity index 100% rename from vim-plugins/bundle/eclim/autoload/eclim/taglisttoo/lang/eclimhelp.vim rename to vim-plugins/eclim/autoload/eclim/taglisttoo/lang/eclimhelp.vim diff --git a/vim-plugins/bundle/eclim/autoload/eclim/taglisttoo/lang/forrest.vim b/vim-plugins/eclim/autoload/eclim/taglisttoo/lang/forrest.vim similarity index 100% rename from vim-plugins/bundle/eclim/autoload/eclim/taglisttoo/lang/forrest.vim rename to vim-plugins/eclim/autoload/eclim/taglisttoo/lang/forrest.vim diff --git a/vim-plugins/bundle/eclim/autoload/eclim/taglisttoo/lang/gant.vim b/vim-plugins/eclim/autoload/eclim/taglisttoo/lang/gant.vim similarity index 100% rename from vim-plugins/bundle/eclim/autoload/eclim/taglisttoo/lang/gant.vim rename to vim-plugins/eclim/autoload/eclim/taglisttoo/lang/gant.vim diff --git a/vim-plugins/bundle/eclim/autoload/eclim/taglisttoo/lang/hibernate.vim b/vim-plugins/eclim/autoload/eclim/taglisttoo/lang/hibernate.vim similarity index 100% rename from vim-plugins/bundle/eclim/autoload/eclim/taglisttoo/lang/hibernate.vim rename to vim-plugins/eclim/autoload/eclim/taglisttoo/lang/hibernate.vim diff --git a/vim-plugins/bundle/eclim/autoload/eclim/taglisttoo/lang/junit.vim b/vim-plugins/eclim/autoload/eclim/taglisttoo/lang/junit.vim similarity index 100% rename from vim-plugins/bundle/eclim/autoload/eclim/taglisttoo/lang/junit.vim rename to vim-plugins/eclim/autoload/eclim/taglisttoo/lang/junit.vim diff --git a/vim-plugins/bundle/eclim/autoload/eclim/taglisttoo/lang/spring.vim b/vim-plugins/eclim/autoload/eclim/taglisttoo/lang/spring.vim similarity index 100% rename from vim-plugins/bundle/eclim/autoload/eclim/taglisttoo/lang/spring.vim rename to vim-plugins/eclim/autoload/eclim/taglisttoo/lang/spring.vim diff --git a/vim-plugins/bundle/eclim/autoload/eclim/taglisttoo/lang/webxml.vim b/vim-plugins/eclim/autoload/eclim/taglisttoo/lang/webxml.vim similarity index 100% rename from vim-plugins/bundle/eclim/autoload/eclim/taglisttoo/lang/webxml.vim rename to vim-plugins/eclim/autoload/eclim/taglisttoo/lang/webxml.vim diff --git a/vim-plugins/bundle/eclim/autoload/eclim/taglisttoo/lang/wsdl.vim b/vim-plugins/eclim/autoload/eclim/taglisttoo/lang/wsdl.vim similarity index 100% rename from vim-plugins/bundle/eclim/autoload/eclim/taglisttoo/lang/wsdl.vim rename to vim-plugins/eclim/autoload/eclim/taglisttoo/lang/wsdl.vim diff --git a/vim-plugins/bundle/eclim/autoload/eclim/tree.vim b/vim-plugins/eclim/autoload/eclim/tree.vim similarity index 100% rename from vim-plugins/bundle/eclim/autoload/eclim/tree.vim rename to vim-plugins/eclim/autoload/eclim/tree.vim diff --git a/vim-plugins/bundle/eclim/autoload/eclim/util.vim b/vim-plugins/eclim/autoload/eclim/util.vim similarity index 100% rename from vim-plugins/bundle/eclim/autoload/eclim/util.vim rename to vim-plugins/eclim/autoload/eclim/util.vim diff --git a/vim-plugins/bundle/eclim/autoload/eclim/vimplugin.vim b/vim-plugins/eclim/autoload/eclim/vimplugin.vim similarity index 100% rename from vim-plugins/bundle/eclim/autoload/eclim/vimplugin.vim rename to vim-plugins/eclim/autoload/eclim/vimplugin.vim diff --git a/vim-plugins/bundle/eclim/autoload/eclim/web.vim b/vim-plugins/eclim/autoload/eclim/web.vim similarity index 100% rename from vim-plugins/bundle/eclim/autoload/eclim/web.vim rename to vim-plugins/eclim/autoload/eclim/web.vim diff --git a/vim-plugins/bundle/eclim/autoload/eclim/xml/complete.vim b/vim-plugins/eclim/autoload/eclim/xml/complete.vim similarity index 100% rename from vim-plugins/bundle/eclim/autoload/eclim/xml/complete.vim rename to vim-plugins/eclim/autoload/eclim/xml/complete.vim diff --git a/vim-plugins/bundle/eclim/autoload/eclim/xml/definition.vim b/vim-plugins/eclim/autoload/eclim/xml/definition.vim similarity index 100% rename from vim-plugins/bundle/eclim/autoload/eclim/xml/definition.vim rename to vim-plugins/eclim/autoload/eclim/xml/definition.vim diff --git a/vim-plugins/bundle/eclim/autoload/eclim/xml/format.vim b/vim-plugins/eclim/autoload/eclim/xml/format.vim similarity index 100% rename from vim-plugins/bundle/eclim/autoload/eclim/xml/format.vim rename to vim-plugins/eclim/autoload/eclim/xml/format.vim diff --git a/vim-plugins/bundle/eclim/autoload/eclim/xml/util.vim b/vim-plugins/eclim/autoload/eclim/xml/util.vim similarity index 100% rename from vim-plugins/bundle/eclim/autoload/eclim/xml/util.vim rename to vim-plugins/eclim/autoload/eclim/xml/util.vim diff --git a/vim-plugins/bundle/eclim/autoload/eclim/xml/validate.vim b/vim-plugins/eclim/autoload/eclim/xml/validate.vim similarity index 100% rename from vim-plugins/bundle/eclim/autoload/eclim/xml/validate.vim rename to vim-plugins/eclim/autoload/eclim/xml/validate.vim diff --git a/vim-plugins/bundle/eclim/bin/bash_complete b/vim-plugins/eclim/bin/bash_complete similarity index 100% rename from vim-plugins/bundle/eclim/bin/bash_complete rename to vim-plugins/eclim/bin/bash_complete diff --git a/vim-plugins/bundle/eclim/compiler/eclim_ant.vim b/vim-plugins/eclim/compiler/eclim_ant.vim similarity index 100% rename from vim-plugins/bundle/eclim/compiler/eclim_ant.vim rename to vim-plugins/eclim/compiler/eclim_ant.vim diff --git a/vim-plugins/bundle/eclim/compiler/eclim_javadoc.vim b/vim-plugins/eclim/compiler/eclim_javadoc.vim similarity index 100% rename from vim-plugins/bundle/eclim/compiler/eclim_javadoc.vim rename to vim-plugins/eclim/compiler/eclim_javadoc.vim diff --git a/vim-plugins/bundle/eclim/compiler/eclim_make.vim b/vim-plugins/eclim/compiler/eclim_make.vim similarity index 100% rename from vim-plugins/bundle/eclim/compiler/eclim_make.vim rename to vim-plugins/eclim/compiler/eclim_make.vim diff --git a/vim-plugins/bundle/eclim/compiler/eclim_maven.vim b/vim-plugins/eclim/compiler/eclim_maven.vim similarity index 100% rename from vim-plugins/bundle/eclim/compiler/eclim_maven.vim rename to vim-plugins/eclim/compiler/eclim_maven.vim diff --git a/vim-plugins/bundle/eclim/compiler/eclim_mvn.vim b/vim-plugins/eclim/compiler/eclim_mvn.vim similarity index 100% rename from vim-plugins/bundle/eclim/compiler/eclim_mvn.vim rename to vim-plugins/eclim/compiler/eclim_mvn.vim diff --git a/vim-plugins/bundle/eclim/compiler/eclim_xmllint.vim b/vim-plugins/eclim/compiler/eclim_xmllint.vim similarity index 100% rename from vim-plugins/bundle/eclim/compiler/eclim_xmllint.vim rename to vim-plugins/eclim/compiler/eclim_xmllint.vim diff --git a/vim-plugins/bundle/eclim/dict/java b/vim-plugins/eclim/dict/java similarity index 100% rename from vim-plugins/bundle/eclim/dict/java rename to vim-plugins/eclim/dict/java diff --git a/vim-plugins/bundle/eclim/doc/404.txt b/vim-plugins/eclim/doc/404.txt similarity index 100% rename from vim-plugins/bundle/eclim/doc/404.txt rename to vim-plugins/eclim/doc/404.txt diff --git a/vim-plugins/bundle/eclim/doc/archive/changes.txt b/vim-plugins/eclim/doc/archive/changes.txt similarity index 100% rename from vim-plugins/bundle/eclim/doc/archive/changes.txt rename to vim-plugins/eclim/doc/archive/changes.txt diff --git a/vim-plugins/bundle/eclim/doc/archive/news.txt b/vim-plugins/eclim/doc/archive/news.txt similarity index 100% rename from vim-plugins/bundle/eclim/doc/archive/news.txt rename to vim-plugins/eclim/doc/archive/news.txt diff --git a/vim-plugins/bundle/eclim/doc/changes.txt b/vim-plugins/eclim/doc/changes.txt similarity index 100% rename from vim-plugins/bundle/eclim/doc/changes.txt rename to vim-plugins/eclim/doc/changes.txt diff --git a/vim-plugins/bundle/eclim/doc/cheatsheet.txt b/vim-plugins/eclim/doc/cheatsheet.txt similarity index 100% rename from vim-plugins/bundle/eclim/doc/cheatsheet.txt rename to vim-plugins/eclim/doc/cheatsheet.txt diff --git a/vim-plugins/bundle/eclim/doc/contribute.txt b/vim-plugins/eclim/doc/contribute.txt similarity index 100% rename from vim-plugins/bundle/eclim/doc/contribute.txt rename to vim-plugins/eclim/doc/contribute.txt diff --git a/vim-plugins/bundle/eclim/doc/development/architecture.txt b/vim-plugins/eclim/doc/development/architecture.txt similarity index 100% rename from vim-plugins/bundle/eclim/doc/development/architecture.txt rename to vim-plugins/eclim/doc/development/architecture.txt diff --git a/vim-plugins/bundle/eclim/doc/development/commands.txt b/vim-plugins/eclim/doc/development/commands.txt similarity index 100% rename from vim-plugins/bundle/eclim/doc/development/commands.txt rename to vim-plugins/eclim/doc/development/commands.txt diff --git a/vim-plugins/bundle/eclim/doc/development/gettingstarted.txt b/vim-plugins/eclim/doc/development/gettingstarted.txt similarity index 100% rename from vim-plugins/bundle/eclim/doc/development/gettingstarted.txt rename to vim-plugins/eclim/doc/development/gettingstarted.txt diff --git a/vim-plugins/bundle/eclim/doc/development/index.txt b/vim-plugins/eclim/doc/development/index.txt similarity index 100% rename from vim-plugins/bundle/eclim/doc/development/index.txt rename to vim-plugins/eclim/doc/development/index.txt diff --git a/vim-plugins/bundle/eclim/doc/development/installer.txt b/vim-plugins/eclim/doc/development/installer.txt similarity index 100% rename from vim-plugins/bundle/eclim/doc/development/installer.txt rename to vim-plugins/eclim/doc/development/installer.txt diff --git a/vim-plugins/bundle/eclim/doc/development/plugins.txt b/vim-plugins/eclim/doc/development/plugins.txt similarity index 100% rename from vim-plugins/bundle/eclim/doc/development/plugins.txt rename to vim-plugins/eclim/doc/development/plugins.txt diff --git a/vim-plugins/bundle/eclim/doc/eclimd.txt b/vim-plugins/eclim/doc/eclimd.txt similarity index 100% rename from vim-plugins/bundle/eclim/doc/eclimd.txt rename to vim-plugins/eclim/doc/eclimd.txt diff --git a/vim-plugins/bundle/eclim/doc/faq.txt b/vim-plugins/eclim/doc/faq.txt similarity index 100% rename from vim-plugins/bundle/eclim/doc/faq.txt rename to vim-plugins/eclim/doc/faq.txt diff --git a/vim-plugins/bundle/eclim/doc/features.txt b/vim-plugins/eclim/doc/features.txt similarity index 100% rename from vim-plugins/bundle/eclim/doc/features.txt rename to vim-plugins/eclim/doc/features.txt diff --git a/vim-plugins/bundle/eclim/doc/gettinghelp.txt b/vim-plugins/eclim/doc/gettinghelp.txt similarity index 100% rename from vim-plugins/bundle/eclim/doc/gettinghelp.txt rename to vim-plugins/eclim/doc/gettinghelp.txt diff --git a/vim-plugins/bundle/eclim/doc/gettingstarted.txt b/vim-plugins/eclim/doc/gettingstarted.txt similarity index 100% rename from vim-plugins/bundle/eclim/doc/gettingstarted.txt rename to vim-plugins/eclim/doc/gettingstarted.txt diff --git a/vim-plugins/bundle/eclim/doc/index.txt b/vim-plugins/eclim/doc/index.txt similarity index 100% rename from vim-plugins/bundle/eclim/doc/index.txt rename to vim-plugins/eclim/doc/index.txt diff --git a/vim-plugins/bundle/eclim/doc/install.txt b/vim-plugins/eclim/doc/install.txt similarity index 100% rename from vim-plugins/bundle/eclim/doc/install.txt rename to vim-plugins/eclim/doc/install.txt diff --git a/vim-plugins/bundle/eclim/doc/relatedprojects.txt b/vim-plugins/eclim/doc/relatedprojects.txt similarity index 100% rename from vim-plugins/bundle/eclim/doc/relatedprojects.txt rename to vim-plugins/eclim/doc/relatedprojects.txt diff --git a/vim-plugins/bundle/eclim/doc/vim/c/complete.txt b/vim-plugins/eclim/doc/vim/c/complete.txt similarity index 100% rename from vim-plugins/bundle/eclim/doc/vim/c/complete.txt rename to vim-plugins/eclim/doc/vim/c/complete.txt diff --git a/vim-plugins/bundle/eclim/doc/vim/c/index.txt b/vim-plugins/eclim/doc/vim/c/index.txt similarity index 100% rename from vim-plugins/bundle/eclim/doc/vim/c/index.txt rename to vim-plugins/eclim/doc/vim/c/index.txt diff --git a/vim-plugins/bundle/eclim/doc/vim/c/inspection.txt b/vim-plugins/eclim/doc/vim/c/inspection.txt similarity index 100% rename from vim-plugins/bundle/eclim/doc/vim/c/inspection.txt rename to vim-plugins/eclim/doc/vim/c/inspection.txt diff --git a/vim-plugins/bundle/eclim/doc/vim/c/project.txt b/vim-plugins/eclim/doc/vim/c/project.txt similarity index 100% rename from vim-plugins/bundle/eclim/doc/vim/c/project.txt rename to vim-plugins/eclim/doc/vim/c/project.txt diff --git a/vim-plugins/bundle/eclim/doc/vim/c/search.txt b/vim-plugins/eclim/doc/vim/c/search.txt similarity index 100% rename from vim-plugins/bundle/eclim/doc/vim/c/search.txt rename to vim-plugins/eclim/doc/vim/c/search.txt diff --git a/vim-plugins/bundle/eclim/doc/vim/c/validate.txt b/vim-plugins/eclim/doc/vim/c/validate.txt similarity index 100% rename from vim-plugins/bundle/eclim/doc/vim/c/validate.txt rename to vim-plugins/eclim/doc/vim/c/validate.txt diff --git a/vim-plugins/bundle/eclim/doc/vim/code_completion.txt b/vim-plugins/eclim/doc/vim/code_completion.txt similarity index 100% rename from vim-plugins/bundle/eclim/doc/vim/code_completion.txt rename to vim-plugins/eclim/doc/vim/code_completion.txt diff --git a/vim-plugins/bundle/eclim/doc/vim/core/eclim.txt b/vim-plugins/eclim/doc/vim/core/eclim.txt similarity index 100% rename from vim-plugins/bundle/eclim/doc/vim/core/eclim.txt rename to vim-plugins/eclim/doc/vim/core/eclim.txt diff --git a/vim-plugins/bundle/eclim/doc/vim/core/history.txt b/vim-plugins/eclim/doc/vim/core/history.txt similarity index 100% rename from vim-plugins/bundle/eclim/doc/vim/core/history.txt rename to vim-plugins/eclim/doc/vim/core/history.txt diff --git a/vim-plugins/bundle/eclim/doc/vim/core/index.txt b/vim-plugins/eclim/doc/vim/core/index.txt similarity index 100% rename from vim-plugins/bundle/eclim/doc/vim/core/index.txt rename to vim-plugins/eclim/doc/vim/core/index.txt diff --git a/vim-plugins/bundle/eclim/doc/vim/core/locate.txt b/vim-plugins/eclim/doc/vim/core/locate.txt similarity index 100% rename from vim-plugins/bundle/eclim/doc/vim/core/locate.txt rename to vim-plugins/eclim/doc/vim/core/locate.txt diff --git a/vim-plugins/bundle/eclim/doc/vim/core/project.txt b/vim-plugins/eclim/doc/vim/core/project.txt similarity index 100% rename from vim-plugins/bundle/eclim/doc/vim/core/project.txt rename to vim-plugins/eclim/doc/vim/core/project.txt diff --git a/vim-plugins/bundle/eclim/doc/vim/core/util.txt b/vim-plugins/eclim/doc/vim/core/util.txt similarity index 100% rename from vim-plugins/bundle/eclim/doc/vim/core/util.txt rename to vim-plugins/eclim/doc/vim/core/util.txt diff --git a/vim-plugins/bundle/eclim/doc/vim/dltk/buildpath.txt b/vim-plugins/eclim/doc/vim/dltk/buildpath.txt similarity index 100% rename from vim-plugins/bundle/eclim/doc/vim/dltk/buildpath.txt rename to vim-plugins/eclim/doc/vim/dltk/buildpath.txt diff --git a/vim-plugins/bundle/eclim/doc/vim/groovy/complete.txt b/vim-plugins/eclim/doc/vim/groovy/complete.txt similarity index 100% rename from vim-plugins/bundle/eclim/doc/vim/groovy/complete.txt rename to vim-plugins/eclim/doc/vim/groovy/complete.txt diff --git a/vim-plugins/bundle/eclim/doc/vim/groovy/index.txt b/vim-plugins/eclim/doc/vim/groovy/index.txt similarity index 100% rename from vim-plugins/bundle/eclim/doc/vim/groovy/index.txt rename to vim-plugins/eclim/doc/vim/groovy/index.txt diff --git a/vim-plugins/bundle/eclim/doc/vim/groovy/validate.txt b/vim-plugins/eclim/doc/vim/groovy/validate.txt similarity index 100% rename from vim-plugins/bundle/eclim/doc/vim/groovy/validate.txt rename to vim-plugins/eclim/doc/vim/groovy/validate.txt diff --git a/vim-plugins/bundle/eclim/doc/vim/html/index.txt b/vim-plugins/eclim/doc/vim/html/index.txt similarity index 100% rename from vim-plugins/bundle/eclim/doc/vim/html/index.txt rename to vim-plugins/eclim/doc/vim/html/index.txt diff --git a/vim-plugins/bundle/eclim/doc/vim/index.txt b/vim-plugins/eclim/doc/vim/index.txt similarity index 100% rename from vim-plugins/bundle/eclim/doc/vim/index.txt rename to vim-plugins/eclim/doc/vim/index.txt diff --git a/vim-plugins/bundle/eclim/doc/vim/java/android.txt b/vim-plugins/eclim/doc/vim/java/android.txt similarity index 100% rename from vim-plugins/bundle/eclim/doc/vim/java/android.txt rename to vim-plugins/eclim/doc/vim/java/android.txt diff --git a/vim-plugins/bundle/eclim/doc/vim/java/ant.txt b/vim-plugins/eclim/doc/vim/java/ant.txt similarity index 100% rename from vim-plugins/bundle/eclim/doc/vim/java/ant.txt rename to vim-plugins/eclim/doc/vim/java/ant.txt diff --git a/vim-plugins/bundle/eclim/doc/vim/java/classpath.txt b/vim-plugins/eclim/doc/vim/java/classpath.txt similarity index 100% rename from vim-plugins/bundle/eclim/doc/vim/java/classpath.txt rename to vim-plugins/eclim/doc/vim/java/classpath.txt diff --git a/vim-plugins/bundle/eclim/doc/vim/java/complete.txt b/vim-plugins/eclim/doc/vim/java/complete.txt similarity index 100% rename from vim-plugins/bundle/eclim/doc/vim/java/complete.txt rename to vim-plugins/eclim/doc/vim/java/complete.txt diff --git a/vim-plugins/bundle/eclim/doc/vim/java/debug.txt b/vim-plugins/eclim/doc/vim/java/debug.txt similarity index 100% rename from vim-plugins/bundle/eclim/doc/vim/java/debug.txt rename to vim-plugins/eclim/doc/vim/java/debug.txt diff --git a/vim-plugins/bundle/eclim/doc/vim/java/format.txt b/vim-plugins/eclim/doc/vim/java/format.txt similarity index 100% rename from vim-plugins/bundle/eclim/doc/vim/java/format.txt rename to vim-plugins/eclim/doc/vim/java/format.txt diff --git a/vim-plugins/bundle/eclim/doc/vim/java/import.txt b/vim-plugins/eclim/doc/vim/java/import.txt similarity index 100% rename from vim-plugins/bundle/eclim/doc/vim/java/import.txt rename to vim-plugins/eclim/doc/vim/java/import.txt diff --git a/vim-plugins/bundle/eclim/doc/vim/java/index.txt b/vim-plugins/eclim/doc/vim/java/index.txt similarity index 100% rename from vim-plugins/bundle/eclim/doc/vim/java/index.txt rename to vim-plugins/eclim/doc/vim/java/index.txt diff --git a/vim-plugins/bundle/eclim/doc/vim/java/inspection.txt b/vim-plugins/eclim/doc/vim/java/inspection.txt similarity index 100% rename from vim-plugins/bundle/eclim/doc/vim/java/inspection.txt rename to vim-plugins/eclim/doc/vim/java/inspection.txt diff --git a/vim-plugins/bundle/eclim/doc/vim/java/java.txt b/vim-plugins/eclim/doc/vim/java/java.txt similarity index 100% rename from vim-plugins/bundle/eclim/doc/vim/java/java.txt rename to vim-plugins/eclim/doc/vim/java/java.txt diff --git a/vim-plugins/bundle/eclim/doc/vim/java/javadoc.txt b/vim-plugins/eclim/doc/vim/java/javadoc.txt similarity index 100% rename from vim-plugins/bundle/eclim/doc/vim/java/javadoc.txt rename to vim-plugins/eclim/doc/vim/java/javadoc.txt diff --git a/vim-plugins/bundle/eclim/doc/vim/java/logging.txt b/vim-plugins/eclim/doc/vim/java/logging.txt similarity index 100% rename from vim-plugins/bundle/eclim/doc/vim/java/logging.txt rename to vim-plugins/eclim/doc/vim/java/logging.txt diff --git a/vim-plugins/bundle/eclim/doc/vim/java/maven.txt b/vim-plugins/eclim/doc/vim/java/maven.txt similarity index 100% rename from vim-plugins/bundle/eclim/doc/vim/java/maven.txt rename to vim-plugins/eclim/doc/vim/java/maven.txt diff --git a/vim-plugins/bundle/eclim/doc/vim/java/methods.txt b/vim-plugins/eclim/doc/vim/java/methods.txt similarity index 100% rename from vim-plugins/bundle/eclim/doc/vim/java/methods.txt rename to vim-plugins/eclim/doc/vim/java/methods.txt diff --git a/vim-plugins/bundle/eclim/doc/vim/java/refactor.txt b/vim-plugins/eclim/doc/vim/java/refactor.txt similarity index 100% rename from vim-plugins/bundle/eclim/doc/vim/java/refactor.txt rename to vim-plugins/eclim/doc/vim/java/refactor.txt diff --git a/vim-plugins/bundle/eclim/doc/vim/java/search.txt b/vim-plugins/eclim/doc/vim/java/search.txt similarity index 100% rename from vim-plugins/bundle/eclim/doc/vim/java/search.txt rename to vim-plugins/eclim/doc/vim/java/search.txt diff --git a/vim-plugins/bundle/eclim/doc/vim/java/types.txt b/vim-plugins/eclim/doc/vim/java/types.txt similarity index 100% rename from vim-plugins/bundle/eclim/doc/vim/java/types.txt rename to vim-plugins/eclim/doc/vim/java/types.txt diff --git a/vim-plugins/bundle/eclim/doc/vim/java/unittests.txt b/vim-plugins/eclim/doc/vim/java/unittests.txt similarity index 100% rename from vim-plugins/bundle/eclim/doc/vim/java/unittests.txt rename to vim-plugins/eclim/doc/vim/java/unittests.txt diff --git a/vim-plugins/bundle/eclim/doc/vim/java/validate.txt b/vim-plugins/eclim/doc/vim/java/validate.txt similarity index 100% rename from vim-plugins/bundle/eclim/doc/vim/java/validate.txt rename to vim-plugins/eclim/doc/vim/java/validate.txt diff --git a/vim-plugins/bundle/eclim/doc/vim/java/webxml.txt b/vim-plugins/eclim/doc/vim/java/webxml.txt similarity index 100% rename from vim-plugins/bundle/eclim/doc/vim/java/webxml.txt rename to vim-plugins/eclim/doc/vim/java/webxml.txt diff --git a/vim-plugins/bundle/eclim/doc/vim/javascript/index.txt b/vim-plugins/eclim/doc/vim/javascript/index.txt similarity index 100% rename from vim-plugins/bundle/eclim/doc/vim/javascript/index.txt rename to vim-plugins/eclim/doc/vim/javascript/index.txt diff --git a/vim-plugins/bundle/eclim/doc/vim/php/buildpath.txt b/vim-plugins/eclim/doc/vim/php/buildpath.txt similarity index 100% rename from vim-plugins/bundle/eclim/doc/vim/php/buildpath.txt rename to vim-plugins/eclim/doc/vim/php/buildpath.txt diff --git a/vim-plugins/bundle/eclim/doc/vim/php/complete.txt b/vim-plugins/eclim/doc/vim/php/complete.txt similarity index 100% rename from vim-plugins/bundle/eclim/doc/vim/php/complete.txt rename to vim-plugins/eclim/doc/vim/php/complete.txt diff --git a/vim-plugins/bundle/eclim/doc/vim/php/index.txt b/vim-plugins/eclim/doc/vim/php/index.txt similarity index 100% rename from vim-plugins/bundle/eclim/doc/vim/php/index.txt rename to vim-plugins/eclim/doc/vim/php/index.txt diff --git a/vim-plugins/bundle/eclim/doc/vim/php/search.txt b/vim-plugins/eclim/doc/vim/php/search.txt similarity index 100% rename from vim-plugins/bundle/eclim/doc/vim/php/search.txt rename to vim-plugins/eclim/doc/vim/php/search.txt diff --git a/vim-plugins/bundle/eclim/doc/vim/php/validate.txt b/vim-plugins/eclim/doc/vim/php/validate.txt similarity index 100% rename from vim-plugins/bundle/eclim/doc/vim/php/validate.txt rename to vim-plugins/eclim/doc/vim/php/validate.txt diff --git a/vim-plugins/bundle/eclim/doc/vim/python/complete.txt b/vim-plugins/eclim/doc/vim/python/complete.txt similarity index 100% rename from vim-plugins/bundle/eclim/doc/vim/python/complete.txt rename to vim-plugins/eclim/doc/vim/python/complete.txt diff --git a/vim-plugins/bundle/eclim/doc/vim/python/django.txt b/vim-plugins/eclim/doc/vim/python/django.txt similarity index 100% rename from vim-plugins/bundle/eclim/doc/vim/python/django.txt rename to vim-plugins/eclim/doc/vim/python/django.txt diff --git a/vim-plugins/bundle/eclim/doc/vim/python/index.txt b/vim-plugins/eclim/doc/vim/python/index.txt similarity index 100% rename from vim-plugins/bundle/eclim/doc/vim/python/index.txt rename to vim-plugins/eclim/doc/vim/python/index.txt diff --git a/vim-plugins/bundle/eclim/doc/vim/python/path.txt b/vim-plugins/eclim/doc/vim/python/path.txt similarity index 100% rename from vim-plugins/bundle/eclim/doc/vim/python/path.txt rename to vim-plugins/eclim/doc/vim/python/path.txt diff --git a/vim-plugins/bundle/eclim/doc/vim/python/search.txt b/vim-plugins/eclim/doc/vim/python/search.txt similarity index 100% rename from vim-plugins/bundle/eclim/doc/vim/python/search.txt rename to vim-plugins/eclim/doc/vim/python/search.txt diff --git a/vim-plugins/bundle/eclim/doc/vim/python/validate.txt b/vim-plugins/eclim/doc/vim/python/validate.txt similarity index 100% rename from vim-plugins/bundle/eclim/doc/vim/python/validate.txt rename to vim-plugins/eclim/doc/vim/python/validate.txt diff --git a/vim-plugins/bundle/eclim/doc/vim/refactoring.txt b/vim-plugins/eclim/doc/vim/refactoring.txt similarity index 100% rename from vim-plugins/bundle/eclim/doc/vim/refactoring.txt rename to vim-plugins/eclim/doc/vim/refactoring.txt diff --git a/vim-plugins/bundle/eclim/doc/vim/ruby/buildpath.txt b/vim-plugins/eclim/doc/vim/ruby/buildpath.txt similarity index 100% rename from vim-plugins/bundle/eclim/doc/vim/ruby/buildpath.txt rename to vim-plugins/eclim/doc/vim/ruby/buildpath.txt diff --git a/vim-plugins/bundle/eclim/doc/vim/ruby/complete.txt b/vim-plugins/eclim/doc/vim/ruby/complete.txt similarity index 100% rename from vim-plugins/bundle/eclim/doc/vim/ruby/complete.txt rename to vim-plugins/eclim/doc/vim/ruby/complete.txt diff --git a/vim-plugins/bundle/eclim/doc/vim/ruby/index.txt b/vim-plugins/eclim/doc/vim/ruby/index.txt similarity index 100% rename from vim-plugins/bundle/eclim/doc/vim/ruby/index.txt rename to vim-plugins/eclim/doc/vim/ruby/index.txt diff --git a/vim-plugins/bundle/eclim/doc/vim/ruby/search.txt b/vim-plugins/eclim/doc/vim/ruby/search.txt similarity index 100% rename from vim-plugins/bundle/eclim/doc/vim/ruby/search.txt rename to vim-plugins/eclim/doc/vim/ruby/search.txt diff --git a/vim-plugins/bundle/eclim/doc/vim/ruby/validate.txt b/vim-plugins/eclim/doc/vim/ruby/validate.txt similarity index 100% rename from vim-plugins/bundle/eclim/doc/vim/ruby/validate.txt rename to vim-plugins/eclim/doc/vim/ruby/validate.txt diff --git a/vim-plugins/bundle/eclim/doc/vim/scala/complete.txt b/vim-plugins/eclim/doc/vim/scala/complete.txt similarity index 100% rename from vim-plugins/bundle/eclim/doc/vim/scala/complete.txt rename to vim-plugins/eclim/doc/vim/scala/complete.txt diff --git a/vim-plugins/bundle/eclim/doc/vim/scala/import.txt b/vim-plugins/eclim/doc/vim/scala/import.txt similarity index 100% rename from vim-plugins/bundle/eclim/doc/vim/scala/import.txt rename to vim-plugins/eclim/doc/vim/scala/import.txt diff --git a/vim-plugins/bundle/eclim/doc/vim/scala/index.txt b/vim-plugins/eclim/doc/vim/scala/index.txt similarity index 100% rename from vim-plugins/bundle/eclim/doc/vim/scala/index.txt rename to vim-plugins/eclim/doc/vim/scala/index.txt diff --git a/vim-plugins/bundle/eclim/doc/vim/scala/search.txt b/vim-plugins/eclim/doc/vim/scala/search.txt similarity index 100% rename from vim-plugins/bundle/eclim/doc/vim/scala/search.txt rename to vim-plugins/eclim/doc/vim/scala/search.txt diff --git a/vim-plugins/bundle/eclim/doc/vim/scala/validate.txt b/vim-plugins/eclim/doc/vim/scala/validate.txt similarity index 100% rename from vim-plugins/bundle/eclim/doc/vim/scala/validate.txt rename to vim-plugins/eclim/doc/vim/scala/validate.txt diff --git a/vim-plugins/bundle/eclim/doc/vim/search.txt b/vim-plugins/eclim/doc/vim/search.txt similarity index 100% rename from vim-plugins/bundle/eclim/doc/vim/search.txt rename to vim-plugins/eclim/doc/vim/search.txt diff --git a/vim-plugins/bundle/eclim/doc/vim/settings.txt b/vim-plugins/eclim/doc/vim/settings.txt similarity index 100% rename from vim-plugins/bundle/eclim/doc/vim/settings.txt rename to vim-plugins/eclim/doc/vim/settings.txt diff --git a/vim-plugins/bundle/eclim/doc/vim/validation.txt b/vim-plugins/eclim/doc/vim/validation.txt similarity index 100% rename from vim-plugins/bundle/eclim/doc/vim/validation.txt rename to vim-plugins/eclim/doc/vim/validation.txt diff --git a/vim-plugins/bundle/eclim/doc/vim/xml/index.txt b/vim-plugins/eclim/doc/vim/xml/index.txt similarity index 100% rename from vim-plugins/bundle/eclim/doc/vim/xml/index.txt rename to vim-plugins/eclim/doc/vim/xml/index.txt diff --git a/vim-plugins/bundle/eclim/ftplugin/ant.vim b/vim-plugins/eclim/ftplugin/ant.vim similarity index 100% rename from vim-plugins/bundle/eclim/ftplugin/ant.vim rename to vim-plugins/eclim/ftplugin/ant.vim diff --git a/vim-plugins/bundle/eclim/ftplugin/commonsvalidator.vim b/vim-plugins/eclim/ftplugin/commonsvalidator.vim similarity index 100% rename from vim-plugins/bundle/eclim/ftplugin/commonsvalidator.vim rename to vim-plugins/eclim/ftplugin/commonsvalidator.vim diff --git a/vim-plugins/bundle/eclim/ftplugin/css.vim b/vim-plugins/eclim/ftplugin/css.vim similarity index 100% rename from vim-plugins/bundle/eclim/ftplugin/css.vim rename to vim-plugins/eclim/ftplugin/css.vim diff --git a/vim-plugins/bundle/eclim/ftplugin/dtd.vim b/vim-plugins/eclim/ftplugin/dtd.vim similarity index 100% rename from vim-plugins/bundle/eclim/ftplugin/dtd.vim rename to vim-plugins/eclim/ftplugin/dtd.vim diff --git a/vim-plugins/bundle/eclim/ftplugin/eclimhelp.vim b/vim-plugins/eclim/ftplugin/eclimhelp.vim similarity index 100% rename from vim-plugins/bundle/eclim/ftplugin/eclimhelp.vim rename to vim-plugins/eclim/ftplugin/eclimhelp.vim diff --git a/vim-plugins/bundle/eclim/ftplugin/eclipse_classpath.vim b/vim-plugins/eclim/ftplugin/eclipse_classpath.vim similarity index 100% rename from vim-plugins/bundle/eclim/ftplugin/eclipse_classpath.vim rename to vim-plugins/eclim/ftplugin/eclipse_classpath.vim diff --git a/vim-plugins/bundle/eclim/ftplugin/forrestdocument.vim b/vim-plugins/eclim/ftplugin/forrestdocument.vim similarity index 100% rename from vim-plugins/bundle/eclim/ftplugin/forrestdocument.vim rename to vim-plugins/eclim/ftplugin/forrestdocument.vim diff --git a/vim-plugins/bundle/eclim/ftplugin/forreststatus.vim b/vim-plugins/eclim/ftplugin/forreststatus.vim similarity index 100% rename from vim-plugins/bundle/eclim/ftplugin/forreststatus.vim rename to vim-plugins/eclim/ftplugin/forreststatus.vim diff --git a/vim-plugins/bundle/eclim/ftplugin/gant.vim b/vim-plugins/eclim/ftplugin/gant.vim similarity index 100% rename from vim-plugins/bundle/eclim/ftplugin/gant.vim rename to vim-plugins/eclim/ftplugin/gant.vim diff --git a/vim-plugins/bundle/eclim/ftplugin/hibernate.vim b/vim-plugins/eclim/ftplugin/hibernate.vim similarity index 100% rename from vim-plugins/bundle/eclim/ftplugin/hibernate.vim rename to vim-plugins/eclim/ftplugin/hibernate.vim diff --git a/vim-plugins/bundle/eclim/ftplugin/html.vim b/vim-plugins/eclim/ftplugin/html.vim similarity index 100% rename from vim-plugins/bundle/eclim/ftplugin/html.vim rename to vim-plugins/eclim/ftplugin/html.vim diff --git a/vim-plugins/bundle/eclim/ftplugin/ivy.vim b/vim-plugins/eclim/ftplugin/ivy.vim similarity index 100% rename from vim-plugins/bundle/eclim/ftplugin/ivy.vim rename to vim-plugins/eclim/ftplugin/ivy.vim diff --git a/vim-plugins/bundle/eclim/ftplugin/java-xml.vim b/vim-plugins/eclim/ftplugin/java-xml.vim similarity index 100% rename from vim-plugins/bundle/eclim/ftplugin/java-xml.vim rename to vim-plugins/eclim/ftplugin/java-xml.vim diff --git a/vim-plugins/bundle/eclim/ftplugin/java.vim b/vim-plugins/eclim/ftplugin/java.vim similarity index 100% rename from vim-plugins/bundle/eclim/ftplugin/java.vim rename to vim-plugins/eclim/ftplugin/java.vim diff --git a/vim-plugins/bundle/eclim/ftplugin/javascript.vim b/vim-plugins/eclim/ftplugin/javascript.vim similarity index 100% rename from vim-plugins/bundle/eclim/ftplugin/javascript.vim rename to vim-plugins/eclim/ftplugin/javascript.vim diff --git a/vim-plugins/bundle/eclim/ftplugin/junitresult.vim b/vim-plugins/eclim/ftplugin/junitresult.vim similarity index 100% rename from vim-plugins/bundle/eclim/ftplugin/junitresult.vim rename to vim-plugins/eclim/ftplugin/junitresult.vim diff --git a/vim-plugins/bundle/eclim/ftplugin/log4j.vim b/vim-plugins/eclim/ftplugin/log4j.vim similarity index 100% rename from vim-plugins/bundle/eclim/ftplugin/log4j.vim rename to vim-plugins/eclim/ftplugin/log4j.vim diff --git a/vim-plugins/bundle/eclim/ftplugin/make.vim b/vim-plugins/eclim/ftplugin/make.vim similarity index 100% rename from vim-plugins/bundle/eclim/ftplugin/make.vim rename to vim-plugins/eclim/ftplugin/make.vim diff --git a/vim-plugins/bundle/eclim/ftplugin/mvn_pom.vim b/vim-plugins/eclim/ftplugin/mvn_pom.vim similarity index 100% rename from vim-plugins/bundle/eclim/ftplugin/mvn_pom.vim rename to vim-plugins/eclim/ftplugin/mvn_pom.vim diff --git a/vim-plugins/bundle/eclim/ftplugin/spring.vim b/vim-plugins/eclim/ftplugin/spring.vim similarity index 100% rename from vim-plugins/bundle/eclim/ftplugin/spring.vim rename to vim-plugins/eclim/ftplugin/spring.vim diff --git a/vim-plugins/bundle/eclim/ftplugin/strutsconfig.vim b/vim-plugins/eclim/ftplugin/strutsconfig.vim similarity index 100% rename from vim-plugins/bundle/eclim/ftplugin/strutsconfig.vim rename to vim-plugins/eclim/ftplugin/strutsconfig.vim diff --git a/vim-plugins/bundle/eclim/ftplugin/tld.vim b/vim-plugins/eclim/ftplugin/tld.vim similarity index 100% rename from vim-plugins/bundle/eclim/ftplugin/tld.vim rename to vim-plugins/eclim/ftplugin/tld.vim diff --git a/vim-plugins/bundle/eclim/ftplugin/webxml.vim b/vim-plugins/eclim/ftplugin/webxml.vim similarity index 100% rename from vim-plugins/bundle/eclim/ftplugin/webxml.vim rename to vim-plugins/eclim/ftplugin/webxml.vim diff --git a/vim-plugins/bundle/eclim/ftplugin/wsdl.vim b/vim-plugins/eclim/ftplugin/wsdl.vim similarity index 100% rename from vim-plugins/bundle/eclim/ftplugin/wsdl.vim rename to vim-plugins/eclim/ftplugin/wsdl.vim diff --git a/vim-plugins/bundle/eclim/ftplugin/xml.vim b/vim-plugins/eclim/ftplugin/xml.vim similarity index 100% rename from vim-plugins/bundle/eclim/ftplugin/xml.vim rename to vim-plugins/eclim/ftplugin/xml.vim diff --git a/vim-plugins/bundle/eclim/ftplugin/xml_complete.vim b/vim-plugins/eclim/ftplugin/xml_complete.vim similarity index 100% rename from vim-plugins/bundle/eclim/ftplugin/xml_complete.vim rename to vim-plugins/eclim/ftplugin/xml_complete.vim diff --git a/vim-plugins/bundle/eclim/ftplugin/xsd.vim b/vim-plugins/eclim/ftplugin/xsd.vim similarity index 100% rename from vim-plugins/bundle/eclim/ftplugin/xsd.vim rename to vim-plugins/eclim/ftplugin/xsd.vim diff --git a/vim-plugins/bundle/eclim/indent/css.vim b/vim-plugins/eclim/indent/css.vim similarity index 100% rename from vim-plugins/bundle/eclim/indent/css.vim rename to vim-plugins/eclim/indent/css.vim diff --git a/vim-plugins/bundle/eclim/indent/dtd.vim b/vim-plugins/eclim/indent/dtd.vim similarity index 100% rename from vim-plugins/bundle/eclim/indent/dtd.vim rename to vim-plugins/eclim/indent/dtd.vim diff --git a/vim-plugins/bundle/eclim/indent/html.vim b/vim-plugins/eclim/indent/html.vim similarity index 100% rename from vim-plugins/bundle/eclim/indent/html.vim rename to vim-plugins/eclim/indent/html.vim diff --git a/vim-plugins/bundle/eclim/indent/indentanything.vim b/vim-plugins/eclim/indent/indentanything.vim similarity index 100% rename from vim-plugins/bundle/eclim/indent/indentanything.vim rename to vim-plugins/eclim/indent/indentanything.vim diff --git a/vim-plugins/bundle/eclim/indent/javascript.vim b/vim-plugins/eclim/indent/javascript.vim similarity index 100% rename from vim-plugins/bundle/eclim/indent/javascript.vim rename to vim-plugins/eclim/indent/javascript.vim diff --git a/vim-plugins/bundle/eclim/indent/xml.vim b/vim-plugins/eclim/indent/xml.vim similarity index 100% rename from vim-plugins/bundle/eclim/indent/xml.vim rename to vim-plugins/eclim/indent/xml.vim diff --git a/vim-plugins/bundle/eclim/plugin/eclim.vim b/vim-plugins/eclim/plugin/eclim.vim similarity index 100% rename from vim-plugins/bundle/eclim/plugin/eclim.vim rename to vim-plugins/eclim/plugin/eclim.vim diff --git a/vim-plugins/bundle/eclim/plugin/ftdetect.vim b/vim-plugins/eclim/plugin/ftdetect.vim similarity index 100% rename from vim-plugins/bundle/eclim/plugin/ftdetect.vim rename to vim-plugins/eclim/plugin/ftdetect.vim diff --git a/vim-plugins/bundle/eclim/plugin/ftdetect_jdt.vim b/vim-plugins/eclim/plugin/ftdetect_jdt.vim similarity index 100% rename from vim-plugins/bundle/eclim/plugin/ftdetect_jdt.vim rename to vim-plugins/eclim/plugin/ftdetect_jdt.vim diff --git a/vim-plugins/bundle/eclim/plugin/java_tools.vim b/vim-plugins/eclim/plugin/java_tools.vim similarity index 100% rename from vim-plugins/bundle/eclim/plugin/java_tools.vim rename to vim-plugins/eclim/plugin/java_tools.vim diff --git a/vim-plugins/bundle/eclim/plugin/project.vim b/vim-plugins/eclim/plugin/project.vim similarity index 100% rename from vim-plugins/bundle/eclim/plugin/project.vim rename to vim-plugins/eclim/plugin/project.vim diff --git a/vim-plugins/bundle/eclim/plugin/settings_java.vim b/vim-plugins/eclim/plugin/settings_java.vim similarity index 100% rename from vim-plugins/bundle/eclim/plugin/settings_java.vim rename to vim-plugins/eclim/plugin/settings_java.vim diff --git a/vim-plugins/bundle/eclim/plugin/settings_web.vim b/vim-plugins/eclim/plugin/settings_web.vim similarity index 100% rename from vim-plugins/bundle/eclim/plugin/settings_web.vim rename to vim-plugins/eclim/plugin/settings_web.vim diff --git a/vim-plugins/bundle/eclim/plugin/vimplugin.vim b/vim-plugins/eclim/plugin/vimplugin.vim similarity index 100% rename from vim-plugins/bundle/eclim/plugin/vimplugin.vim rename to vim-plugins/eclim/plugin/vimplugin.vim diff --git a/vim-plugins/bundle/eclim/syntax/ant.vim b/vim-plugins/eclim/syntax/ant.vim similarity index 100% rename from vim-plugins/bundle/eclim/syntax/ant.vim rename to vim-plugins/eclim/syntax/ant.vim diff --git a/vim-plugins/bundle/eclim/syntax/commonsvalidator.vim b/vim-plugins/eclim/syntax/commonsvalidator.vim similarity index 100% rename from vim-plugins/bundle/eclim/syntax/commonsvalidator.vim rename to vim-plugins/eclim/syntax/commonsvalidator.vim diff --git a/vim-plugins/bundle/eclim/syntax/css.vim b/vim-plugins/eclim/syntax/css.vim similarity index 100% rename from vim-plugins/bundle/eclim/syntax/css.vim rename to vim-plugins/eclim/syntax/css.vim diff --git a/vim-plugins/bundle/eclim/syntax/eclim_filelist.vim b/vim-plugins/eclim/syntax/eclim_filelist.vim similarity index 100% rename from vim-plugins/bundle/eclim/syntax/eclim_filelist.vim rename to vim-plugins/eclim/syntax/eclim_filelist.vim diff --git a/vim-plugins/bundle/eclim/syntax/eclimhelp.vim b/vim-plugins/eclim/syntax/eclimhelp.vim similarity index 100% rename from vim-plugins/bundle/eclim/syntax/eclimhelp.vim rename to vim-plugins/eclim/syntax/eclimhelp.vim diff --git a/vim-plugins/bundle/eclim/syntax/eclipse_classpath.vim b/vim-plugins/eclim/syntax/eclipse_classpath.vim similarity index 100% rename from vim-plugins/bundle/eclim/syntax/eclipse_classpath.vim rename to vim-plugins/eclim/syntax/eclipse_classpath.vim diff --git a/vim-plugins/bundle/eclim/syntax/forrestdocument.vim b/vim-plugins/eclim/syntax/forrestdocument.vim similarity index 100% rename from vim-plugins/bundle/eclim/syntax/forrestdocument.vim rename to vim-plugins/eclim/syntax/forrestdocument.vim diff --git a/vim-plugins/bundle/eclim/syntax/forreststatus.vim b/vim-plugins/eclim/syntax/forreststatus.vim similarity index 100% rename from vim-plugins/bundle/eclim/syntax/forreststatus.vim rename to vim-plugins/eclim/syntax/forreststatus.vim diff --git a/vim-plugins/bundle/eclim/syntax/gant.vim b/vim-plugins/eclim/syntax/gant.vim similarity index 100% rename from vim-plugins/bundle/eclim/syntax/gant.vim rename to vim-plugins/eclim/syntax/gant.vim diff --git a/vim-plugins/bundle/eclim/syntax/groovy_simple_template.vim b/vim-plugins/eclim/syntax/groovy_simple_template.vim similarity index 100% rename from vim-plugins/bundle/eclim/syntax/groovy_simple_template.vim rename to vim-plugins/eclim/syntax/groovy_simple_template.vim diff --git a/vim-plugins/bundle/eclim/syntax/hg.vim b/vim-plugins/eclim/syntax/hg.vim similarity index 100% rename from vim-plugins/bundle/eclim/syntax/hg.vim rename to vim-plugins/eclim/syntax/hg.vim diff --git a/vim-plugins/bundle/eclim/syntax/hibernate.vim b/vim-plugins/eclim/syntax/hibernate.vim similarity index 100% rename from vim-plugins/bundle/eclim/syntax/hibernate.vim rename to vim-plugins/eclim/syntax/hibernate.vim diff --git a/vim-plugins/bundle/eclim/syntax/html.vim b/vim-plugins/eclim/syntax/html.vim similarity index 100% rename from vim-plugins/bundle/eclim/syntax/html.vim rename to vim-plugins/eclim/syntax/html.vim diff --git a/vim-plugins/bundle/eclim/syntax/ivy.vim b/vim-plugins/eclim/syntax/ivy.vim similarity index 100% rename from vim-plugins/bundle/eclim/syntax/ivy.vim rename to vim-plugins/eclim/syntax/ivy.vim diff --git a/vim-plugins/bundle/eclim/syntax/java.vim b/vim-plugins/eclim/syntax/java.vim similarity index 100% rename from vim-plugins/bundle/eclim/syntax/java.vim rename to vim-plugins/eclim/syntax/java.vim diff --git a/vim-plugins/bundle/eclim/syntax/junitresult.vim b/vim-plugins/eclim/syntax/junitresult.vim similarity index 100% rename from vim-plugins/bundle/eclim/syntax/junitresult.vim rename to vim-plugins/eclim/syntax/junitresult.vim diff --git a/vim-plugins/bundle/eclim/syntax/log4j.vim b/vim-plugins/eclim/syntax/log4j.vim similarity index 100% rename from vim-plugins/bundle/eclim/syntax/log4j.vim rename to vim-plugins/eclim/syntax/log4j.vim diff --git a/vim-plugins/bundle/eclim/syntax/mvn_pom.vim b/vim-plugins/eclim/syntax/mvn_pom.vim similarity index 100% rename from vim-plugins/bundle/eclim/syntax/mvn_pom.vim rename to vim-plugins/eclim/syntax/mvn_pom.vim diff --git a/vim-plugins/bundle/eclim/syntax/mysql.vim b/vim-plugins/eclim/syntax/mysql.vim similarity index 100% rename from vim-plugins/bundle/eclim/syntax/mysql.vim rename to vim-plugins/eclim/syntax/mysql.vim diff --git a/vim-plugins/bundle/eclim/syntax/perl.vim b/vim-plugins/eclim/syntax/perl.vim similarity index 100% rename from vim-plugins/bundle/eclim/syntax/perl.vim rename to vim-plugins/eclim/syntax/perl.vim diff --git a/vim-plugins/bundle/eclim/syntax/spring.vim b/vim-plugins/eclim/syntax/spring.vim similarity index 100% rename from vim-plugins/bundle/eclim/syntax/spring.vim rename to vim-plugins/eclim/syntax/spring.vim diff --git a/vim-plugins/bundle/eclim/syntax/sql.vim b/vim-plugins/eclim/syntax/sql.vim similarity index 100% rename from vim-plugins/bundle/eclim/syntax/sql.vim rename to vim-plugins/eclim/syntax/sql.vim diff --git a/vim-plugins/bundle/eclim/syntax/strutsconfig.vim b/vim-plugins/eclim/syntax/strutsconfig.vim similarity index 100% rename from vim-plugins/bundle/eclim/syntax/strutsconfig.vim rename to vim-plugins/eclim/syntax/strutsconfig.vim diff --git a/vim-plugins/bundle/eclim/syntax/tld.vim b/vim-plugins/eclim/syntax/tld.vim similarity index 100% rename from vim-plugins/bundle/eclim/syntax/tld.vim rename to vim-plugins/eclim/syntax/tld.vim diff --git a/vim-plugins/bundle/eclim/syntax/webxml.vim b/vim-plugins/eclim/syntax/webxml.vim similarity index 100% rename from vim-plugins/bundle/eclim/syntax/webxml.vim rename to vim-plugins/eclim/syntax/webxml.vim diff --git a/vim-plugins/bundle/eclim/syntax/wsdl.vim b/vim-plugins/eclim/syntax/wsdl.vim similarity index 100% rename from vim-plugins/bundle/eclim/syntax/wsdl.vim rename to vim-plugins/eclim/syntax/wsdl.vim diff --git a/vim-plugins/bundle/eclim/syntax/xml.vim b/vim-plugins/eclim/syntax/xml.vim similarity index 100% rename from vim-plugins/bundle/eclim/syntax/xml.vim rename to vim-plugins/eclim/syntax/xml.vim