Merge branch 'stable-2.16' into stable-3.0 * stable-2.16: Replace bazel-genfiles with bazel-bin in documentation Change-Id: Id95d7189d936d008825fe08be875747e9eeafa8e
diff --git a/src/main/resources/Documentation/build.md b/src/main/resources/Documentation/build.md index 711aee0..230b39e 100644 --- a/src/main/resources/Documentation/build.md +++ b/src/main/resources/Documentation/build.md
@@ -19,7 +19,7 @@ The output is created in ``` - bazel-genfiles/@PLUGIN@.jar + bazel-bin/@PLUGIN@.jar ``` To package the plugin sources run: @@ -58,7 +58,7 @@ The output is created in ``` - bazel-genfiles/plugins/@PLUGIN@/@PLUGIN@.jar + bazel-bin/plugins/@PLUGIN@/@PLUGIN@.jar ``` This project can be imported into the Eclipse IDE: