Merge branch 'stable-2.14' into stable-2.15 * stable-2.14: Remove bazel-genfiles from .gitignore Replace bazel-genfiles with bazel-bin in documentation Change-Id: I8e674270270fa27d6fa9d5ac5fba0ee3cec7fa55
diff --git a/.gitignore b/.gitignore index 0f6afe5..30da2c2 100644 --- a/.gitignore +++ b/.gitignore
@@ -4,7 +4,6 @@ /.settings/ /.primary_build_tool /bazel-bin -/bazel-genfiles /bazel-out /bazel-reviewers /bazel-testlogs
diff --git a/src/main/resources/Documentation/build.md b/src/main/resources/Documentation/build.md index 585244f..38084d6 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: @@ -68,7 +68,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: