Skip to content

Commit

Permalink
Make use of new rebar plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
yrashk committed Feb 23, 2011
1 parent 055b7ad commit e8f6a40
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -4,3 +4,4 @@ agner
deps
.eunit
TEST-*.xml
.agner.config
Binary file modified rebar
Binary file not shown.
10 changes: 2 additions & 8 deletions rebar.config
@@ -1,10 +1,4 @@
{lib_dirs, [".libs"]}.
{compile_post_script, "./scripts/escriptize"}.
{escript_incl_apps,[getopt,gproc,rebar,plists,gen_fsm2,jsx]}.
{deps, [
{typespecs, ".*", {agner, "typespecs"}},
{getopt, ".*", {agner, "getopt"}},
{gproc, ".*", {agner, "gproc"}},
{plists, ".*", {agner, "plists"}},
{gen_fsm2, ".*", {agner, "gen_fsm2"}},
{jsx, ".*", {agner, "jsx"}}
]}.
{rebar_plugins, [agner_rebar_plugin]}.
3 changes: 3 additions & 0 deletions src/agner.app.src
Expand Up @@ -9,6 +9,9 @@
inets,
gproc
]},
{agner, [
{requires, ["typespecs","getopt","gproc","plists","gen_fsm2","jsx","rebar"]}
]},
{env, [
{indices, [{github, "agner"}]},
{index_modules, [{github, agner_github}]},
Expand Down

0 comments on commit e8f6a40

Please sign in to comment.