Simplify and fix eclipse project generation in standalone

It was not working mainly because classpath_collector target in
tools/eclipse/BUILD had wiremock as dependency which is not defined and
required in this plugin.

Fix issue by simplifiying the eclipse project generation:
-make casspath_collector depend on webhooks__plugin_test_deps instead of
duplicating test dependencies in both target.
-Use project.py from bazlets instead of the local copy.

Change-Id: If0c4e0bf71fd19bc488abcf0481920a7456a233d
5 files changed
tree: cb79a6472198108e0a0d8273f21dc76b86631105
  1. src/
  2. tools/
  3. .gitignore
  4. bazlets.bzl
  5. BUILD
  6. external_plugin_deps.bzl
  7. WORKSPACE