Skip to content

Commit

Permalink
clean up some configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Cliff Moon committed May 16, 2010
1 parent b38b5a3 commit 5ee9dfc
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 5 deletions.
11 changes: 9 additions & 2 deletions apps/luwak/ebin/luwak.app
Expand Up @@ -4,12 +4,19 @@
{vsn, "1"},
{modules, [
luwak_app,
luwak_sup
luwak_sup,
luwak_io,
luwak_obj,
luwak_stream,
luwak_tree
]},
{registered, []},
{applications, [
kernel,
stdlib
stdlib,
riak_core,
riak_kv,
skerl
]},
{mod, { luwak_app, []}},
{env, []}
Expand Down
2 changes: 0 additions & 2 deletions apps/luwak/rebar.config
@@ -1,3 +1 @@

{deps, [{'riak', ".*", {hg, "http://bitbucket.org/basho/riak riak-core", "tip"}}]}.

Binary file modified rebar
Binary file not shown.
17 changes: 16 additions & 1 deletion rebar.config
@@ -1 +1,16 @@
{sub_dirs, ["apps/luwak"]}.
{lib_dirs, ["apps", "deps"]}.

{sub_dirs, [
"apps/luwak",
"apps/skerl"]}.

% "deps/bitcask",
% "deps/ebloom",
% "deps/erlang_js",
% "deps/luke",
% "deps/mochiweb",
% "deps/protobuffs",
% "deps/riak_core",
% "deps/riak_kv",
% "deps/riakc",
% "deps/webmachine"

0 comments on commit 5ee9dfc

Please sign in to comment.