ソースを参照

add crypto, syntax_tools and tools to applications key as dependencies

pull/3/head
alisdair sullivan 13年前
コミット
80f91af2d2
1個のファイルの変更4行の追加1行の削除
  1. +4
    -1
      ebin/rebar.app

+ 4
- 1
ebin/rebar.app ファイルの表示

@ -40,7 +40,10 @@
{registered, []},
{applications, [kernel,
stdlib,
sasl]},
sasl,
crypto,
syntax_tools,
tools]},
{env, [
%% Default log level
{log_level, error},

読み込み中…
キャンセル
保存