diff --git a/apps/luwak/ebin/luwak.app b/apps/luwak/ebin/luwak.app index 894bc6c..1a9941c 100644 --- a/apps/luwak/ebin/luwak.app +++ b/apps/luwak/ebin/luwak.app @@ -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, []} diff --git a/apps/luwak/rebar.config b/apps/luwak/rebar.config index 2237d74..8b13789 100644 --- a/apps/luwak/rebar.config +++ b/apps/luwak/rebar.config @@ -1,3 +1 @@ -{deps, [{'riak', ".*", {hg, "http://bitbucket.org/basho/riak riak-core", "tip"}}]}. - diff --git a/rebar b/rebar index 0ae7e47..22ceded 100755 Binary files a/rebar and b/rebar differ diff --git a/rebar.config b/rebar.config index ab76bcb..d50eb7c 100644 --- a/rebar.config +++ b/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" \ No newline at end of file