/rel/reltool.config

http://github.com/AF83/ucengine · Unknown · 39 lines · 37 code · 2 blank · 0 comment · 0 complexity · 7877af5b0c12e1120654a4c3d4b11252 MD5 · raw file

  1. {sys, [
  2. {lib_dirs, ["../deps", "../"]},
  3. {rel, "ucengine", "0.5",
  4. [
  5. gproc,
  6. ucengine,
  7. kernel,
  8. stdlib,
  9. sasl,
  10. crypto,
  11. emongo,
  12. ibrowse
  13. ]},
  14. {rel, "start_clean", "",
  15. [
  16. kernel,
  17. stdlib
  18. ]},
  19. {boot_rel, "ucengine"},
  20. {profile, embedded},
  21. {excl_sys_filters, ["^bin/.*",
  22. "^erts.*/bin/(dialyzer|typer)"]},
  23. {app, sasl, [{incl_cond, include}]}
  24. ]}.
  25. {target_dir, "ucengine"}.
  26. {overlay, [
  27. {mkdir, "log/sasl"},
  28. {copy, "files/erl", "{{erts_vsn}}/bin/erl"},
  29. {copy, "files/nodetool", "{{erts_vsn}}/bin/nodetool"},
  30. {copy, "files/ucengine", "bin/ucengine"},
  31. {copy, "files/ucengine-admin", "bin/ucengine-admin"},
  32. {copy, "files/demo.sh", "bin/demo.sh"},
  33. {copy, "files/app.config", "etc/app.config"},
  34. {copy, "files/vm.args", "etc/vm.args"},
  35. {copy, "files/uce.cfg", "etc/uce.cfg"},
  36. {copy, "../wwwroot", "."}
  37. ]}.