aboutsummaryrefslogtreecommitdiffhomepage
path: root/site
diff options
context:
space:
mode:
authorGravatar Damien Martin-Guillerez <dmarting@google.com>2016-06-10 10:03:02 +0000
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2016-06-10 12:37:04 +0000
commit367982d8aba29569ebd31f1ee21cab85dae826f7 (patch)
tree0be81e5e72d76f93b2514eb50212e909aa2f0695 /site
parent104c9a2fd06af64c17c7e85228b8629cd7e5e951 (diff)
Delete eclipse_generate.sh
This is no longer maintained and is now replaced by e4b: https://github.com/bazelbuild/e4b Fixes #12. -- MOS_MIGRATED_REVID=124545211
Diffstat (limited to 'site')
-rw-r--r--site/contributing.md11
1 files changed, 5 insertions, 6 deletions
diff --git a/site/contributing.md b/site/contributing.md
index ea55f4043d..0e135faaa3 100644
--- a/site/contributing.md
+++ b/site/contributing.md
@@ -55,12 +55,11 @@ don't have IDE support for other languages in Bazel right now.
### Creating an Eclipse project
-To work with Eclipse, run `sh scripts/setup-eclipse.sh` from the root of the
-source tree and it will create the `.project` and the `.classpath` files (if a
-`.project` file is present, only the `.classpath` will get overwritten). You
-can then import the project in Eclipse.
-
-_You might see some errors in Eclipse concerning Truth assertions._
+To work with Eclipse, install the [e4b](https://github.com/bazelbuild/e4b)
+plugin and import the Bazel workspace as a Bazel project
+(`Import project > Others`). You can select `//src/main/java/...` and
+`//src/test/java/...` as target to build and the corresponding directory to
+track.
### Creating an IntelliJ project