diff options
author | Tristan Sloughter <[email protected]> | 2014-06-15 19:18:14 -0500 |
---|---|---|
committer | Tristan Sloughter <[email protected]> | 2014-10-11 11:13:04 -0500 |
commit | 0516b405ccb98febcf94a8e94000f4a633569f59 (patch) | |
tree | 08eb3c09943ac68a4493ff7e2fc5925842bc4627 /src/relx.app.src | |
parent | 5096c28c17ea256f48ce049a43d11b172532e03e (diff) | |
download | relx-0516b405ccb98febcf94a8e94000f4a633569f59.tar.gz relx-0516b405ccb98febcf94a8e94000f4a633569f59.tar.bz2 relx-0516b405ccb98febcf94a8e94000f4a633569f59.zip |
provider task dependencies
Diffstat (limited to 'src/relx.app.src')
-rw-r--r-- | src/relx.app.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/relx.app.src b/src/relx.app.src index c52958b..3e2b493 100644 --- a/src/relx.app.src +++ b/src/relx.app.src @@ -23,4 +23,4 @@ {vsn, "semver"}, {modules, []}, {registered, []}, - {applications, [kernel, stdlib, getopt, erlware_commons]}]}. + {applications, [kernel, stdlib, getopt, erlware_commons, providers]}]}. |