aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJordan Wilberding <[email protected]>2015-08-21 17:58:47 -0700
committerJordan Wilberding <[email protected]>2015-08-21 17:58:47 -0700
commit4a92e204eb3d8e267c410f88f5986ac12c589017 (patch)
treed5e9101446004d9c92fbd4cad21d1a043c207c06
parentc67a6b7b4265b9c28fcbc785125c7538ed9b2b8d (diff)
parent8ab821c7e713070e6cc5a15f557293027c10c7de (diff)
downloadrelx-4a92e204eb3d8e267c410f88f5986ac12c589017.tar.gz
relx-4a92e204eb3d8e267c410f88f5986ac12c589017.tar.bz2
relx-4a92e204eb3d8e267c410f88f5986ac12c589017.zip
Merge pull request #386 from tsloughter/master
remove relx from list of incl_apps, it is inlcuded by default
-rw-r--r--rebar.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config
index abbff4d..fce0a53 100644
--- a/rebar.config
+++ b/rebar.config
@@ -9,7 +9,7 @@
{escript_incl_extra, [{"priv/templates/*", "."}]}.
{escript_emu_args, "%%! +sbtu +A0 -noinput\n"}.
{escript_incl_apps,
- [getopt, erlware_commons, bbmustache, providers, relx]}.
+ [getopt, erlware_commons, bbmustache, providers]}.
%% Compiler Options ============================================================
{erl_opts,