Skip to content
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.

Erl 18 #40

Open
wants to merge 16 commits into
base: master
Choose a base branch
from
2 changes: 1 addition & 1 deletion icontrol/rebar.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{require_otp_vsn, "R1[456]B|17"}.
{require_otp_vsn, "18"}.

{erl_opts,
[fail_on_warning,
Expand Down
2 changes: 1 addition & 1 deletion net_observer/rebar.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{require_otp_vsn, "R1[456]B|17"}.
{require_otp_vsn, "18"}.

{erl_opts,
[fail_on_warning,
Expand Down
2 changes: 1 addition & 1 deletion simple_ne/rebar.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{require_otp_vsn, "R1[456]B|17"}.
{require_otp_vsn, "18"}.

{erl_opts,
[fail_on_warning,
Expand Down
2 changes: 1 addition & 1 deletion stats_poller/rebar.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{require_otp_vsn, "R1[456]B|17"}.
{require_otp_vsn, "18"}.

{erl_opts,
[fail_on_warning,
Expand Down
2 changes: 1 addition & 1 deletion tap_install/rebar.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{require_otp_vsn, "R1[56]B|17"}.
{require_otp_vsn, "18"}.

{erl_opts,
[fail_on_warning,
Expand Down
7 changes: 4 additions & 3 deletions tapestry/rebar.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{require_otp_vsn, "R1[56]B|17"}.
{require_otp_vsn, "18"}.

{erl_opts,
[fail_on_warning,
Expand All @@ -11,13 +11,14 @@
{folsom, ".*",{git, "https://github.com/boundary/folsom.git", {branch,"master"}}},
{jiffy, ".*", {git, "https://github.com/davisp/jiffy.git", {branch, "master"}}},
{pkt, ".*", {git, "https://github.com/esl/pkt.git", "d534784420b3ff41b7c36a6dd7a114497c8767ea"}},
{yaws, ".*", {git, "https://github.com/klacke/yaws.git", {tag, "yaws-1.98"}}},
{yaws, ".*", {git, "https://github.com/klacke/yaws.git", {tag, "yaws-erlang-18"}}},
{bifrost, ".*", {git, "https://github.com/marcsugiyama/bifrost.git", {branch, "debug"}}},
{of_msg_lib, ".*",{git, "https://github.com/FlowForwarding/of_msg_lib.git", {branch,"master"}}},
{of_protocol, ".*",{git, "https://github.com/FlowForwarding/of_protocol.git", {branch,"master"}}},
{ofs_handler, ".*",{git, "https://github.com/FlowForwarding/ofs_handler.git",{branch,"master"}}},
{of_driver, ".*",{git, "https://github.com/FlowForwarding/of_driver.git", {branch,"master"}}},
{recon, ".*",{git, "https://github.com/ferd/recon.git", {branch,"master"}}}
{recon, ".*",{git, "https://github.com/ferd/recon.git", {branch,"master"}}},
{ibrowse, ".*", {git, "https://github.com/cmullaparthi/ibrowse", {branch, "master"}}}
]}.

{sub_dirs,
Expand Down