From 996b76ee45580954292f0f8a1b4e377a7be9b02c Mon Sep 17 00:00:00 2001 From: Edwin Kempin Date: Tue, 14 Jul 2015 15:30:07 +0200 Subject: [PATCH] GWT Plugin Archetype: Add step to link watchmanconfig in build docu Change-Id: I4897814e0270325c287e6ce5a1c45f049800648a Signed-off-by: Edwin Kempin --- .../src/main/resources/Documentation/build.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gerrit-plugin-gwt-archetype/src/main/resources/archetype-resources/src/main/resources/Documentation/build.md b/gerrit-plugin-gwt-archetype/src/main/resources/archetype-resources/src/main/resources/Documentation/build.md index 4c56ed6f5b..e225bab98d 100644 --- a/gerrit-plugin-gwt-archetype/src/main/resources/archetype-resources/src/main/resources/Documentation/build.md +++ b/gerrit-plugin-gwt-archetype/src/main/resources/archetype-resources/src/main/resources/Documentation/build.md @@ -30,8 +30,12 @@ Add link to the .buckversion file: cd @PLUGIN@ && ln -s bucklets/buckversion .buckversion ``` -To build the plugin, issue the following command: +Add link to the .watchmanconfig file: +``` + cd @PLUGIN@ && ln -s bucklets/watchmanconfig .watchmanconfig +``` +To build the plugin, issue the following command: ``` buck build plugin