Merge branch 'stable-2.16' into stable-3.0
* stable-2.16:
Documentation: Refactor to match other plugin documentation
Change-Id: I48a59633d1e9f6040f98b680cc5b7f36612ffdec
diff --git a/src/main/resources/Documentation/build.md b/src/main/resources/Documentation/build.md
index bf939f9..68e848c 100644
--- a/src/main/resources/Documentation/build.md
+++ b/src/main/resources/Documentation/build.md
@@ -61,14 +61,6 @@
bazel-bin/plugins/@PLUGIN@/@PLUGIN@.jar
```
-This project can be imported into the Eclipse IDE:
-Add the plugin name to the `CUSTOM_PLUGINS` in `tools/bzl/plugins.bzl`, and
-execute:
-
-```
- ./tools/eclipse/project.py
-```
-
To execute the tests run either one of:
```
@@ -76,6 +68,13 @@
bazel test plugins/@PLUGIN@:@PLUGIN@_tests
```
+This project can be imported into the Eclipse IDE:
+Add the plugin name to the `CUSTOM_PLUGINS` in `tools/bzl/plugins.bzl`, and
+execute:
+
+```
+ ./tools/eclipse/project.py
+```
[Back to @PLUGIN@ documentation index][index]