Repository: yetus Updated Branches: refs/heads/asf-site 992527855 -> 5c3f69322
YETUS-114. add no-op build tool Project: http://git-wip-us.apache.org/repos/asf/yetus/repo Commit: http://git-wip-us.apache.org/repos/asf/yetus/commit/5c3f6932 Tree: http://git-wip-us.apache.org/repos/asf/yetus/tree/5c3f6932 Diff: http://git-wip-us.apache.org/repos/asf/yetus/diff/5c3f6932 Branch: refs/heads/asf-site Commit: 5c3f693223c298cd325d191171e3fc508e1118b0 Parents: 9925278 Author: Allen Wittenauer <[email protected]> Authored: Wed Oct 21 09:45:26 2015 -0700 Committer: Allen Wittenauer <[email protected]> Committed: Wed Oct 21 09:45:26 2015 -0700 ---------------------------------------------------------------------- documentation/latest/precommit-buildtools/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/yetus/blob/5c3f6932/documentation/latest/precommit-buildtools/index.html ---------------------------------------------------------------------- diff --git a/documentation/latest/precommit-buildtools/index.html b/documentation/latest/precommit-buildtools/index.html index f1a0d52..87e7e2d 100644 --- a/documentation/latest/precommit-buildtools/index.html +++ b/documentation/latest/precommit-buildtools/index.html @@ -141,7 +141,7 @@ <li><p>pluginname_buildfile</p> <ul> -<li>This should be an echo of the file that controls the build system. This is used for module determination.</li> +<li>This should be an echo of the file that controls the build system. This is used for module determination. If the build system wishes to disable module determination, it should echo with no args.</li> </ul></li> <li><p>pluginname_executor</p>
