Skip to content

Commit

Permalink
Let rebar manage the .app's module list.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtj committed Oct 29, 2010
1 parent 6687734 commit 866366a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
*~
*.pyc
Mnesia.*
sasl_err*
erl_crash*
erl_crash*
ebin/openid.app
7 changes: 0 additions & 7 deletions ebin/openid.app → src/openid.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@
openid,
[{description, "OpenID 2.0 implementation"},
{vsn, "0.0.1"},
{modules,
[
openid,
openid_utils,
openid_srv,
yadis
]},
{registered,[]},
{applications,[kernel, stdlib]},
{env,[]}]}.

0 comments on commit 866366a

Please sign in to comment.