summaryrefslogtreecommitdiff
path: root/components/rvi_common
diff options
context:
space:
mode:
authormagnus <mfeuer@jaguarlandrover.com>2014-10-06 09:14:04 -0700
committermagnus <mfeuer@jaguarlandrover.com>2014-10-06 09:26:20 -0700
commit0ebc90671215c444efa7077f50233271099702cd (patch)
treeae799f7c0df3ee67fa7c1919b01c09c1e887e220 /components/rvi_common
parent3551afc90057f93bcacb944eda2a712acdba3141 (diff)
downloadrvi_core-0ebc90671215c444efa7077f50233271099702cd.tar.gz
Now builds
Signed-off-by: magnus <mfeuer@jaguarlandrover.com>
Diffstat (limited to 'components/rvi_common')
-rw-r--r--components/rvi_common/rebar.config9
1 files changed, 0 insertions, 9 deletions
diff --git a/components/rvi_common/rebar.config b/components/rvi_common/rebar.config
deleted file mode 100644
index ba687be..0000000
--- a/components/rvi_common/rebar.config
+++ /dev/null
@@ -1,9 +0,0 @@
-%% -*- erlang -*-
-
-{ erl_opts, [debug_info]}.
-
-{deps,
- [
- {lager, ".*", {git, "git://github.com/Feuerlabs/lager.git", "1.0.0.fl.3"}},
- {exo, ".*", {git, "git://github.com/Feuerlabs/exo.git", "1.2"}}
- ]}.