From 9ad84ac8f93756610fc99fe6a8eb3412218478aa Mon Sep 17 00:00:00 2001 From: Tristan Sloughter Date: Sun, 21 Jun 2015 14:55:41 -0500 Subject: use packages and add hex package metadata to .app.src --- rebar.config | 25 +++++++++---------------- 1 file changed, 9 insertions(+), 16 deletions(-) (limited to 'rebar.config') diff --git a/rebar.config b/rebar.config index 4ff2aa4..b62fc7e 100644 --- a/rebar.config +++ b/rebar.config @@ -1,22 +1,15 @@ %% -*- mode: Erlang; fill-column: 80; comment-column: 75; -*- %% Dependencies ================================================================ -{deps, [{erlware_commons, ".*", - {git, "https://github.com/erlware/erlware_commons.git", - {branch, "master"}}}, - {providers, ".*", - {git, "https://github.com/tsloughter/providers.git", - {tag, "v1.3.0"}}}, - {mustache, ".*", - {git, "https://github.com/soranoba/mustache.git", - {tag, "v0.3.0"}}}, - {getopt, "", - {git, "https://github.com/jcomellas/getopt.git", - {branch, "master"}}}]}. +{deps, [{erlware_commons, "0.12.0"}, + {providers, "1.4.1"}, + {getopt, "0.8.2"}, + {bbmustache, "1.0.1"} + ]}. {escript_incl_extra, [{"priv/templates/*", "."}]}. {escript_emu_args, "%%! +sbtu +A0 -noinput\n"}. {escript_incl_apps, - [getopt, erlware_commons, providers, relx]}. + [getopt, erlware_commons, bbmustache, providers, relx]}. %% Compiler Options ============================================================ {erl_opts, @@ -47,9 +40,9 @@ ]}, {deps, []}, {plugins, []} ]}, - {override, mustache, [ - {erl_opts, [no_debug_info]}, - {deps, []}, {plugins, []}]}, + {override, bbmustache, [ + {erl_opts, [no_debug_info]}, + {deps, []}, {plugins, []}]}, {override, getopt, [{erl_opts, [no_debug_info]}]}, {override, providers, [{erl_opts, [no_debug_info]}]} ]}. -- cgit v1.2.3