소스 검색

add comment

pull/3/head
Tristan Sloughter 10 년 전
부모
커밋
d8f3ea005a
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      src/rebar_plugins.erl
  2. +1
    -0
      src/rebar_prv_test_deps.erl

+ 1
- 0
src/rebar_plugins.erl 파일 보기

@ -12,6 +12,7 @@
%% ===================================================================
install(State) ->
%% Set deps_dir to a different dir for plugin so they don't collide
DepsDir = rebar_state:get(State, deps_dir, ?DEFAULT_DEPS_DIR),
State1 = rebar_state:set(State, deps_dir, ?DEFAULT_PLUGINS_DIR),
expand_plugins(?DEFAULT_PLUGINS_DIR),

+ 1
- 0
src/rebar_prv_test_deps.erl 파일 보기

@ -35,6 +35,7 @@ do(State) ->
Names = [ec_cnv:to_binary(element(1, Dep)) || Dep <- TestDeps],
ProjectApps1 = [rebar_app_info:deps(A, Names) || A <- ProjectApps],
%% Set deps_dir to a different dir for test deps so they don't collide
TestDepsDir = rebar_state:get(State, test_deps_dir, ?DEFAULT_TEST_DEPS_DIR),
DepsDir = rebar_state:get(State, deps_dir, ?DEFAULT_DEPS_DIR),
State1 = rebar_state:set(State, deps_dir, TestDepsDir),

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