Document how to add custom plugin(s) to eclipse project

Change-Id: If79f937d11af21510a329f1f785d52230d7337b4
This commit is contained in:
Sven Selberg 2017-12-21 15:41:02 +01:00
parent 6da8b4e824
commit 4076e821ad

View File

@ -42,6 +42,13 @@ that get saved to the `.project` file, for example adding Resource
Filters on a folder, they will be overwritten the next time you run
`tools/eclipse/project.py`.
=== Eclipse project with custom plugins ===
To add custom plugins to the eclipse project add them to `tools/bzl/plugins.bzl`
the same way you would when
link:dev-build-plugins.html#_bundle_custom_plugin_in_release_war[bundling in release.war]
and run `tools/eclipse/project.py`.
[[Formatting]]
== Code Formatter Settings