Advertisement
p2k

rebar.conf

p2k
Oct 4th, 2012
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. %%
  2. %% Copyright (C) 2011 Patrick "p2k" Schneider <patrick.p2k.schneider@gmail.com>
  3. %%
  4. %% This file is part of ecoinpool.
  5. %%
  6. %% ecoinpool is free software: you can redistribute it and/or modify
  7. %% it under the terms of the GNU General Public License as published by
  8. %% the Free Software Foundation, either version 3 of the License, or
  9. %% (at your option) any later version.
  10. %%
  11. %% ecoinpool is distributed in the hope that it will be useful,
  12. %% but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. %% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  14. %% GNU General Public License for more details.
  15. %%
  16. %% You should have received a copy of the GNU General Public License
  17. %% along with ecoinpool. If not, see <http://www.gnu.org/licenses/>.
  18. %%
  19.  
  20. {lib_dirs, ["deps"]}.
  21.  
  22. {sub_dirs, ["apps/ecoinpool", "apps/ebitcoin", "rel"]}.
  23.  
  24. {deps, [
  25. {protobuffs, ".*", {git, "git://github.com/basho/erlang_protobuffs.git", "master"}},
  26. {couchbeam, ".*", {git, "git://github.com/benoitc/couchbeam.git", "master"}},
  27. {ejson, ".*", {git,"http://github.com/benoitc/ejson.git", "master"}},
  28. {log4erl, ".*", {git, "git://github.com/SemanticSugar/log4erl.git", "master"}},
  29. {mysql, ".*", {git, "git://github.com/elbrujohalcon/erlang-mysql-driver.git", "master"}},
  30. {epgsql, ".*", {git, "git://github.com/wg/epgsql.git", "master"}}
  31. ]}.
  32.  
  33. {erl_opts, [fail_on_warning, debug_info, warn_unused_vars, warn_unused_import, warn_exported_vars]}.
  34.  
  35. {xref_checks, [undefined_function_calls]}.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement