Change bazel-genfiles to bazel-bin as per Bazel 0.25

In Bazel 0.25, the bazel-genfiles isn't used anymore as target
directory. Everything, including plugins, is generated into bazel-bin.

Change-Id: I9521cd7e572ece855cfa79841fcd0b066857fe04
This commit is contained in:
Luca Milanesio
2019-06-10 10:01:02 +01:00
parent 85643421de
commit 5bd7b9bc21

View File

@@ -75,7 +75,7 @@ The output archive that contains Java binaries, Java sources and
Java docs will be placed in: Java docs will be placed in:
---- ----
bazel-genfiles/api.zip bazel-bin/api.zip
---- ----
Install {extension,plugin,gwt}-api to the local maven repository: Install {extension,plugin,gwt}-api to the local maven repository:
@@ -99,13 +99,13 @@ Install gerrit.war to the local maven repository:
The output JAR files for individual plugins will be placed in: The output JAR files for individual plugins will be placed in:
---- ----
bazel-genfiles/plugins/<name>/<name>.jar bazel-bin/plugins/<name>/<name>.jar
---- ----
The JAR files will also be packaged in: The JAR files will also be packaged in:
---- ----
bazel-genfiles/plugins/core.zip bazel-bin/plugins/core.zip
---- ----
To build a specific plugin: To build a specific plugin:
@@ -117,7 +117,7 @@ To build a specific plugin:
The output JAR file will be be placed in: The output JAR file will be be placed in:
---- ----
bazel-genfiles/plugins/<name>/<name>.jar bazel-bin/plugins/<name>/<name>.jar
---- ----
Note that when building an individual plugin, the `core.zip` package Note that when building an individual plugin, the `core.zip` package