diff --git a/Documentation/dev-buck.txt b/Documentation/dev-buck.txt index 750911ed08..c2a4584b41 100644 --- a/Documentation/dev-buck.txt +++ b/Documentation/dev-buck.txt @@ -175,7 +175,7 @@ The JAR files will also be packaged in: To build a specific plugin: ---- - buck build plugins/ + buck build plugins/: ---- The output JAR file will be be placed in: @@ -187,6 +187,22 @@ The output JAR file will be be placed in: Note that when building an individual plugin, the `core.zip` package is not regenerated. +Additional plugins with BUCK files can be added to the build +environment by cloning the source repository into the plugins +subdirectory: + +---- + git clone https://gerrit.googlesource.com/plugins/ plugins/ + echo /plugins/ >>.git/info/exclude +---- + +Additional plugin sources will be automatically added to Eclipse the +next time project.py is run: + +---- + tools/eclipse/project.py +---- + [[documentation]] Documentation