summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormagnus <mfeuer@jaguarlandrover.com>2014-10-24 15:44:18 -0700
committermagnus <mfeuer@jaguarlandrover.com>2014-10-24 15:44:18 -0700
commitacc716f225485b6cd4b08afc94699afb1ee02955 (patch)
tree8773b6d7cb335c0cb8e40979551ba06b25deb151
parent4fdfa58bdccb5618eee94be5aca5df06d55ea29e (diff)
downloadrvi_core-acc716f225485b6cd4b08afc94699afb1ee02955.tar.gz
Now builds 0.2.1
Signed-off-by: magnus <mfeuer@jaguarlandrover.com>
-rw-r--r--Makefile2
-rw-r--r--rebar.config2
-rw-r--r--rel/reltool.config4
-rw-r--r--src/rvi.app.src2
4 files changed, 5 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index f79f645..4fef112 100644
--- a/Makefile
+++ b/Makefile
@@ -41,7 +41,7 @@ rpm_tarball: rpmclean clean
tar czf /tmp/rvi-$(VERSION).tgz BUILD.md CONFIGURE.md doc \
hvac_demo LICENSE Makefile README.md rebar rebar.config rel \
RELEASE.md rpm scripts/setup_gen scripts/rvi \
- scripts/rvi.service scripts/rvi_node.sh \
+ scripts/rvi.service scripts/rvi_node.sh components \
rvi_sample.config scripts/setup_rvi_node.sh src \
tizen.config TODO
mv /tmp/rvi-$(VERSION).tgz ./rpm/SOURCES/
diff --git a/rebar.config b/rebar.config
index d82ff8c..2e32599 100644
--- a/rebar.config
+++ b/rebar.config
@@ -4,7 +4,7 @@
%% Top level app that controls other apps.
%%
{erl_opts, [debug_info]}.
-{lib_dirs, [ "deps" ]}.
+{lib_dirs, [ "deps", "components" ]}.
{sub_dirs, ["rel",
"components/authorize",
"components/data_link_bert_rpc",
diff --git a/rel/reltool.config b/rel/reltool.config
index ac2bdfd..af3bdb9 100644
--- a/rel/reltool.config
+++ b/rel/reltool.config
@@ -1,10 +1,10 @@
%% -*- mode: erlang -*-
%% ex: ft=erlang
{sys, [
- {lib_dirs, ["../deps/"]},
+ {lib_dirs, ["../deps/", "../components/"]},
{erts, [{mod_cond, derived}, {app_file, strip}]},
{app_file, strip},
- {rel, "rvi", "1",
+ {rel, "rvi", "0.2.1",
[
kernel,
stdlib,
diff --git a/src/rvi.app.src b/src/rvi.app.src
index 237a663..3885c4f 100644
--- a/src/rvi.app.src
+++ b/src/rvi.app.src
@@ -11,7 +11,7 @@
{application, rvi,
[
{description, ""},
- {vsn, "0.1"},
+ {vsn, "0.2.1"},
{registered, []},
{applications, [
kernel,