Merge branch 'stable-2.14' into stable-2.15

* stable-2.14:
  Remove remnants of buck-based build

Change-Id: I684d8f1351b6e1f120d8507ac59ba08cbd2b1fb4
diff --git a/.gitignore b/.gitignore
index 78d2b4f..f3a0d53 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,5 @@
 /.classpath
 /.project
 /.settings
-/.primary_build_tool
 /bazel-*
 /eclipse-out
diff --git a/src/main/resources/Documentation/build.md b/src/main/resources/Documentation/build.md
index 4f27f5b..8cd1526 100644
--- a/src/main/resources/Documentation/build.md
+++ b/src/main/resources/Documentation/build.md
@@ -47,7 +47,7 @@
 The output is created in:
 
 ```
-  buck-out/gen/plugins/@PLUGIN@/@PLUGIN@.jar
+  bazel-genfiles/plugins/@PLUGIN@/@PLUGIN@.jar
 ```
 
 This project can be imported into the Eclipse IDE.