Remove third_party (#49)

Use Bazel fetching capacity instead. After this change, one needs
to `bazel build //com.google.devtools.bazel.e4b` in order to have
the runfiles for the plugin resolved (and the jar fetched).
10 files changed
tree: a403c4ed839e8b8311782f7038266409554e14f1
  1. com.google.devtools.bazel.e4b/
  2. com.google.devtools.bazel.e4b.feature/
  3. javatests/
  4. p2updatesite/
  5. tools/
  6. .gitignore
  7. AUTHORS
  8. BUILD
  9. CONTRIBUTING.md
  10. CONTRIBUTORS
  11. LICENSE.txt
  12. README.md
  13. WORKSPACE
README.md

Eclipse plugin for Bazel (Highly experimental)

e4b is an Eclipse plugin for Bazel. It is really rudimentary. It simply supports creating the classpath from a project and using Bazel for incremental builds..

You can create a new Bazel project with New project > Import Bazel project Then you can select the list of targets you want to build and the list of directories you want to track.

It is highly experimental and support is minimal. However, we are happy to accept contribution to make this support grows to a better shape.

Installation

This plugin was tested with Eclipse Mars (4.5) but should also work with Eclipse Neon (4.6).

Using the plugin

To import an existing Bazel project or start a new one, go to “New” > “Project...” > “Others”.

Missing features

See our contributing page to get some idea on what missing features need help on.