瀏覽代碼

rename shell provider

pull/3/head
Tristan Sloughter 10 年之前
父節點
當前提交
c7313a5980
共有 2 個檔案被更改,包括 3 行新增3 行删除
  1. +2
    -2
      ebin/rebar.app
  2. +1
    -1
      src/rebar_prv_shell.erl

+ 2
- 2
ebin/rebar.app 查看文件

@ -36,7 +36,7 @@
rebar_prv_new,
rebar_prv_update,
rebar_mustache,
rebar_shell,
rebar_prv_shell,
rebar_state,
rebar_prv_tar,
rebar_templater,
@ -66,7 +66,7 @@
rebar_erlydtl_compiler,
rebar_prv_app_builder,
rebar_prv_app_discovery,
rebar_shell,
rebar_prv_shell,
rebar_ct,
rebar_prv_tar,
rebar_prv_new,

src/rebar_shell.erl → src/rebar_prv_shell.erl 查看文件

@ -25,7 +25,7 @@
%% THE SOFTWARE.
%% -------------------------------------------------------------------
-module(rebar_shell).
-module(rebar_prv_shell).
-author("Kresten Krab Thorup <krab@trifork.com>").
-behaviour(rebar_provider).

Loading…
取消
儲存