Documentation: Refactor to match other plugin documentation

Move in-tree testing section before eclipse-related section for
consistency across other plugins and also to match standalone case.

Change-Id: I02f26388bcbeb1b90efa69f88036fd45f543acca
diff --git a/src/main/resources/Documentation/build.md b/src/main/resources/Documentation/build.md
index 8a02ff1..bd3e446 100644
--- a/src/main/resources/Documentation/build.md
+++ b/src/main/resources/Documentation/build.md
@@ -62,14 +62,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:
 
 ```
@@ -77,6 +69,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]