summaryrefslogtreecommitdiff
path: root/rebar.config
diff options
context:
space:
mode:
authorMickael Remond <mremond@process-one.net>2016-02-03 11:00:12 +0100
committerMickael Remond <mremond@process-one.net>2016-02-03 11:00:12 +0100
commitba11165fb479e28bf7577e7cbf74e4ae43246b1f (patch)
tree0c9f541e6bdf26fe7b9112b293c916bc04900fe2 /rebar.config
parentSwitch a few version to hex.pm version (diff)
Syntax highlight file + comment on rebar_elixir_plugin
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config6
1 files changed, 6 insertions, 0 deletions
diff --git a/rebar.config b/rebar.config
index b0220d19..991ec6b6 100644
--- a/rebar.config
+++ b/rebar.config
@@ -28,6 +28,7 @@
{if_var_true, riak, {hamcrest, ".*", {git, "https://github.com/hyperthunk/hamcrest-erlang", "908a24fda4a46776a5135db60ca071e3d783f9f6"}}}, % for riak_pb-2.1.0.7
{if_var_true, riak, {riakc, ".*", {git, "https://github.com/basho/riak-erlang-client", "527722d12d0433b837cdb92a60900c2cb5df8942"}}},
{if_var_true, elixir, {elixir, ".*", {git, "https://github.com/elixir-lang/elixir", {tag, "v1.1.0"}}}},
+ %% TODO: When modules are fully migrated to new structure and mix, we will not need anymore rebar_elixir_plugin
{if_var_true, elixir, {rebar_elixir_plugin, ".*", {git, "https://github.com/processone/rebar_elixir_plugin", "0.1.0"}}},
{if_var_true, iconv, {p1_iconv, ".*", {git, "https://github.com/processone/eiconv", {tag, "0.9.0"}}}},
{if_var_true, tools, {meck, "0.8.2", {git, "https://github.com/eproxus/meck", {tag, "0.8.2"}}}},
@@ -105,3 +106,8 @@
{port_env, [{"CFLAGS", "-g -O2 -Wall"}]}.
{port_specs, [{"priv/lib/jid.so", ["c_src/jid.c"]}]}.
+
+%% Local Variables:
+%% mode: erlang
+%% End:
+%% vim: set filetype=erlang tabstop=8: \ No newline at end of file