mirror of
https://github.com/correl/rebar.git
synced 2024-11-23 19:19:54 +00:00
inttest/depplugins: update docs
This commit is contained in:
parent
a8a415aed4
commit
f2b370085c
1 changed files with 8 additions and 5 deletions
|
@ -4,11 +4,14 @@
|
||||||
%%%
|
%%%
|
||||||
%%% It has three applications:
|
%%% It has three applications:
|
||||||
%%% <ol>
|
%%% <ol>
|
||||||
%%% <li>fish. top-level module, has one dependency: `dependsonplugin'.</li>
|
%%% <li>fish. top-level app, has one dependency: `dependsonplugin'.
|
||||||
%%% <li>dependsonplugin. This depends on some pre-compile actions by the
|
%%% It also loads a plugin from CWD which creates
|
||||||
%%% plugin. In the test the plugin creates a file `pre.compile' in the
|
%%% base_dir_cwd_pre.compile on pre_compile.</li>
|
||||||
%%% top-level folder of this application.</li>
|
%%% <li>dependsonplugin, has one dependency: `testplugin' and loads
|
||||||
%%% <li>testplugin. This is a plugin application which creates the file.</li>
|
%%% the testplugin_mod plugin.</li>
|
||||||
|
%%% <li>testplugin. This is a plugin application which creates
|
||||||
|
%%% plugin_pre.compile on pre_compile. It also loads a plugin from CWD
|
||||||
|
%%% which creates dep_cwd_pre.compile on pre_compile.</li>
|
||||||
%%% </ol>
|
%%% </ol>
|
||||||
|
|
||||||
-module(depplugins_rt).
|
-module(depplugins_rt).
|
||||||
|
|
Loading…
Reference in a new issue