浏览代码

Add compiler to applications and update description

pull/3/head
Pedram Nimreezi 12 年前
父节点
当前提交
955b76fe50
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. +3
    -3
      src/goldrush.app.src

+ 3
- 3
src/goldrush.app.src 查看文件

@ -1,8 +1,8 @@
{application, goldrush, [
{description, ""},
{vsn, "0.1.0"},
{description, "Erlang event stream processor"},
{vsn, "0.1.1"},
{registered, []},
{applications, [kernel, stdlib, syntax_tools]},
{applications, [kernel, stdlib, syntax_tools, compiler]},
{mod, {gr_app, []}},
{env, []}
]}.

正在加载...
取消
保存