diff options
author | Dave Smith <dizzyd@dizzyd.com> | 2009-11-25 21:00:22 -0700 |
---|---|---|
committer | Dave Smith <dizzyd@dizzyd.com> | 2009-11-25 21:00:22 -0700 |
commit | fd8794dae791c80bfe8e4ab1aa3a9c97370695a9 (patch) | |
tree | de9a81f50481b95ba1bd6e1d9657fba0ef1f0ff9 /ebin | |
parent | 620867d5d511e1c6e962f54e7f53a3b2ae2a052e (diff) |
Renaming compiler module
--HG--
rename : src/rebar_doterl_compiler.erl => src/rebar_erlc_compiler.erl
Diffstat (limited to 'ebin')
-rw-r--r-- | ebin/rebar.app | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ebin/rebar.app b/ebin/rebar.app index 4ebff64..f779b81 100644 --- a/ebin/rebar.app +++ b/ebin/rebar.app @@ -5,7 +5,7 @@ rebar_utils, rebar_app_utils, rebar_rel_utils, - rebar_doterl_compiler]}, + rebar_erlc_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_doterl_compiler ]} + {app_modules, [ rebar_erlc_compiler ]} ]} ]} ]}. |