This website works better with JavaScript.
Почетна
Преглед
Помоћ
Регистрација
Пријавите Се
SisMaker
/
rebar3
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Захтеви за спајање
0
Projects
0
Издања
62
Вики
Activity
Преглед изворни кода
Renaming compiler module
--HG-- rename : src/rebar_doterl_compiler.erl => src/rebar_erlc_compiler.erl
pull/3/head
Dave Smith
пре 15 година
родитељ
620867d5d5
комит
fd8794dae7
2 измењених фајлова
са
3 додато
и
3 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
ebin/rebar.app
+1
-1
src/rebar_erlc_compiler.erl
+ 2
- 2
ebin/rebar.app
Прегледај датотеку
@ -5,7 +5,7 @@
rebar_utils,
rebar_app_utils,
rebar_rel_utils,
rebar_
dot
erl_compiler]},
rebar_erl
c
_compiler]},
{registered, []},
{applications, [kernel,
stdlib,
@ -14,7 +14,7 @@
%% Key/value list of base/default configuration used by
%% rebar_config during initialization
{default_config, [
{app_modules, [ rebar_
dot
erl_compiler ]}
{app_modules, [ rebar_erl
c
_compiler ]}
]}
]}
]}.
src/rebar_doterl_compiler.erl → src/rebar_erlc_compiler.erl
Прегледај датотеку
@ -22,7 +22,7 @@
%
%
OUT
OF
OR
IN
CONNECTION
WITH
THE
SOFTWARE
OR
THE
USE
OR
OTHER
DEALINGS
IN
%
%
THE
SOFTWARE
.
%
%
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
-
-
module
(
rebar_
dot
erl_compiler
)
.
-
module
(
rebar_erl
c
_compiler
)
.
-
export
(
[
compile
/
2
,
clean
/
2
]
)
.
Write
Preview
Loading…
Откажи
Сачувај