Merge branch 'stable-2.15' into stable-2.16 * stable-2.15: Replace bazel-genfiles with bazel-bin in documentation Change-Id: I1496826af979861ef9391d113430379535a152e4
diff --git a/src/main/resources/Documentation/build.md b/src/main/resources/Documentation/build.md index d60b6e3..213ebe6 100644 --- a/src/main/resources/Documentation/build.md +++ b/src/main/resources/Documentation/build.md
@@ -20,7 +20,7 @@ The output is created in ``` - bazel-genfiles/@PLUGIN@.jar + bazel-bin/@PLUGIN@.jar ``` To package the plugin sources run: @@ -62,7 +62,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.