mirror of
https://github.com/correl/rebar.git
synced 2024-11-14 19:19:30 +00:00
Renaming compiler module
--HG-- rename : src/rebar_doterl_compiler.erl => src/rebar_erlc_compiler.erl
This commit is contained in:
parent
620867d5d5
commit
fd8794dae7
2 changed files with 3 additions and 3 deletions
|
@ -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 ]}
|
||||
]}
|
||||
]}
|
||||
]}.
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
%% OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
%% THE SOFTWARE.
|
||||
%% -------------------------------------------------------------------
|
||||
-module(rebar_doterl_compiler).
|
||||
-module(rebar_erlc_compiler).
|
||||
|
||||
-export([compile/2,
|
||||
clean/2]).
|
Loading…
Reference in a new issue