Merge branch 'stable-2.15' into stable-2.16 * stable-2.15: Remove bazel-genfiles from .gitignore Replace bazel-genfiles with bazel-bin in documentation Change-Id: I263039fc29ba0e5822ca63d93728d340bcb5d06f
diff --git a/.gitignore b/.gitignore index 76e0e77..4f44d20 100644 --- a/.gitignore +++ b/.gitignore
@@ -2,7 +2,6 @@ /.project /.settings/ /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 e2213b6..b97861d 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: @@ -77,7 +77,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: