|
@ -27,13 +27,17 @@ |
|
|
{platform_define, "^[0-9]+", namespaced_types} |
|
|
{platform_define, "^[0-9]+", namespaced_types} |
|
|
]}. |
|
|
]}. |
|
|
|
|
|
|
|
|
{deps, [{providers, "", |
|
|
|
|
|
{git, "https://github.com/tsloughter/providers.git", |
|
|
|
|
|
{branch, "format_error"}}}, |
|
|
|
|
|
{relx, "", |
|
|
|
|
|
{git, "https://github.com/tsloughter/relx.git", |
|
|
|
|
|
{branch, "format_error2"}}}, |
|
|
|
|
|
{getopt, "", {git, "https://github.com/jcomellas/getopt.git", {branch, "master"}}}]}. |
|
|
|
|
|
|
|
|
{deps, [ |
|
|
|
|
|
{erlware_commons, ".*", |
|
|
|
|
|
{git, "https://github.com/erlware/erlware_commons.git", |
|
|
|
|
|
{branch, "master"}}}, |
|
|
|
|
|
{providers, "", |
|
|
|
|
|
{git, "https://github.com/tsloughter/providers.git", |
|
|
|
|
|
{branch, "master"}}}, |
|
|
|
|
|
{relx, "", |
|
|
|
|
|
{git, "https://github.com/tsloughter/relx.git", |
|
|
|
|
|
{branch, "ec_git_vsn"}}}, |
|
|
|
|
|
{getopt, "", {git, "https://github.com/jcomellas/getopt.git", {branch, "master"}}}]}. |
|
|
|
|
|
|
|
|
{erlydtl_opts, [{doc_root, "priv/templates"}, |
|
|
{erlydtl_opts, [{doc_root, "priv/templates"}, |
|
|
{compiler_options, [report, return, debug_info]}]}. |
|
|
{compiler_options, [report, return, debug_info]}]}. |