Skip to content

Commit

Permalink
add recon
Browse files Browse the repository at this point in the history
  • Loading branch information
Pawel Pikula committed Jan 15, 2015
1 parent b81c610 commit 719c01e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@

{pa, ".*", {git, "git://github.com/lavrin/pa.git", "c616d3f9"}},
{ecoveralls, ".*", {git, "git://github.com/nifoc/ecoveralls.git", "40fa0d2f2057fff29e964f94fccf6ef2f13d34d2"}},
{mustache, ".*", {git, "git://github.com/mojombo/mustache.erl.git", "d0246fe143058b6404f66cf99fece3ff6e87b7ed"}}
{mustache, ".*", {git, "git://github.com/mojombo/mustache.erl.git", "d0246fe143058b6404f66cf99fece3ff6e87b7ed"}},
{recon, "2.2.1", {git, "git://github.com/ferd/recon.git", {tag, "2.2.1"}}}
]}.

{ct_extra_params, "-pa apps/ejabberd/ebin "
Expand Down
5 changes: 3 additions & 2 deletions rel/reltool.config.script
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ BaseAppsToInclude = AppsToRun ++
base16,
cuesport,
alarms,
idna],
idna,
recon],


RemovedApps = [mysql,pgsql,redo,seestar,odbc],
Expand Down Expand Up @@ -83,4 +84,4 @@ IncludeApps = lists:map(fun(App) -> {app, App, [{incl_cond, include}]} end, Apps
{mkdir, "var"},
{mkdir, "var/log"}
]}
].
].

0 comments on commit 719c01e

Please sign in to comment.