소스 검색

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, []}
]}.

불러오는 중...
취소
저장