gerrit/tools/eclipse
David Ostrovsky 19b60b5527 Bazel: Gracefully ignore eclipse-out directory
Bazel doesn't provide a way to exclude scanning directories in project
root: [1]. Add workaround, by teaching Eclipse to exclude BUILD file
instead. With this workaround in place Eclipse and Bazel build can
co-exist:

  $ tools/eclipse/project.py # generates .classpath and other files
  # Start Eclipse and rebuild gerrit, eclipse-out is created
  $ bazel test ... # works as expected now

[1] https://github.com/bazelbuild/bazel/issues/1083

Change-Id: I7e767d0768af8bba3acc84d5fc242cab0e9abfdb
2016-10-30 08:51:31 +01:00
..
BUCK Remove explicit dependency on jimfs in Eclipse classpath 2016-10-13 09:59:58 +09:00
gerrit_daemon.launch Use consistent test site locations in documentation and debug configs 2013-12-17 19:36:24 +09:00
gerrit_gwt_debug.launch Use @GwtIncompatible to exclude files incompatible with GWT 2016-04-11 08:12:06 +00:00
project.py Bazel: Gracefully ignore eclipse-out directory 2016-10-30 08:51:31 +01:00