summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTuncer Ayaz <tuncer.ayaz@gmail.com>2013-11-27 17:00:38 +0100
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2014-01-01 10:59:16 +0100
commitf2b370085c7a5fd16b3eac2594f6816bcbc7d5e3 (patch)
tree64c7cb8dcdde11cf0629ef80fe88cbf43467bf48
parenta8a415aed4bf740c03f615aba38e43826414f952 (diff)
downloadrebar-f2b370085c7a5fd16b3eac2594f6816bcbc7d5e3.tar.gz
inttest/depplugins: update docs
-rw-r--r--inttest/depplugins/depplugins_rt.erl13
1 files changed, 8 insertions, 5 deletions
diff --git a/inttest/depplugins/depplugins_rt.erl b/inttest/depplugins/depplugins_rt.erl
index 4b0bbd6..a45fa93 100644
--- a/inttest/depplugins/depplugins_rt.erl
+++ b/inttest/depplugins/depplugins_rt.erl
@@ -4,11 +4,14 @@
%%%
%%% It has three applications:
%%% <ol>
-%%% <li>fish. top-level module, has one dependency: `dependsonplugin'.</li>
-%%% <li>dependsonplugin. This depends on some pre-compile actions by the
-%%% plugin. In the test the plugin creates a file `pre.compile' in the
-%%% top-level folder of this application.</li>
-%%% <li>testplugin. This is a plugin application which creates the file.</li>
+%%% <li>fish. top-level app, has one dependency: `dependsonplugin'.
+%%% It also loads a plugin from CWD which creates
+%%% base_dir_cwd_pre.compile on pre_compile.</li>
+%%% <li>dependsonplugin, has one dependency: `testplugin' and loads
+%%% 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>
-module(depplugins_rt).