diff options
author | Robert Newson <robert.newson@cloudant.com> | 2013-09-19 15:45:55 +0100 |
---|---|---|
committer | Robert Newson <robert.newson@cloudant.com> | 2013-09-20 16:50:12 +0100 |
commit | ebbb927cbc5ea634dc5af02803a0a271d3312f82 (patch) | |
tree | 325fe6820b5cfd0e19fa291bc7cbba4aee544dc3 /test/upgrade_project/rel/files | |
parent | 620c4b01c6e59d47e92ea069f8510b8cb482ebae (diff) |
Allow specification of module dependencies for appups
The order in which modules, within an application, are loaded can be
important. This patch adds allows the specification of module
dependencies such that generate .appup/.relup scripts will load a
module's dependent modules before itself.
To use:
in rebar.config, add a module_deps
{module_deps, [{ModuleName, [DependentModuleName, ...]}]}.
ModuleName is the name of any module, followed by a list of module
names that it depends on.
Diffstat (limited to 'test/upgrade_project/rel/files')
0 files changed, 0 insertions, 0 deletions