summaryrefslogtreecommitdiff
path: root/inttest/tplugins/tplugins_rt.erl
Commit message (Collapse)AuthorAgeFilesLines
* Fix warning in inttest/tplugins/tplugins_rt.erlTuncer Ayaz2012-07-011-1/+1
|
* Load plugins dynamically from sourceTim Watson2011-08-291-0/+40
This patch updates rebar_core to look for missing plugins (i.e. those that aren't found on the code path at runtime) in a configurable plugin directory, and dynamically compile and load them at runtime. By default, the directory "plugins" is searched, although this can be overriden by setting the plugin_dir in your rebar.config.