From 93683b690cab115084a3eea17ecf10a486854c9e Mon Sep 17 00:00:00 2001 From: Magnus Feuer Date: Thu, 25 Jun 2015 14:49:56 -0700 Subject: rvi renamed rvi_core. MErged with release-next --- src/rvi.app.src | 32 -------------------------------- src/rvi_core.app.src | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+), 32 deletions(-) delete mode 100644 src/rvi.app.src create mode 100644 src/rvi_core.app.src (limited to 'src') diff --git a/src/rvi.app.src b/src/rvi.app.src deleted file mode 100644 index 2ba8088..0000000 --- a/src/rvi.app.src +++ /dev/null @@ -1,32 +0,0 @@ -%% -%% Copyright (C) 2014, Jaguar Land Rover -%% -%% This program is licensed under the terms and conditions of the -%% Mozilla Public License, version 2.0. The full text of the -%% Mozilla Public License is at https://www.mozilla.org/MPL/2.0/ -%% - - -%% -*- erlang -*- -{application, rvi, - [ - {description, ""}, - {vsn, "0.4.0"}, - {registered, []}, - {applications, [ - kernel, - stdlib, - rvi_common, - service_discovery, - schedule, - lager, - service_edge, - authorize, - dlink_tcp, - bt, - dlink_bt, - proto_json, - proto_bert - ]}, - {mod, { rvi_app, []}} - ]}. diff --git a/src/rvi_core.app.src b/src/rvi_core.app.src new file mode 100644 index 0000000..ee85629 --- /dev/null +++ b/src/rvi_core.app.src @@ -0,0 +1,32 @@ +%% +%% Copyright (C) 2014, Jaguar Land Rover +%% +%% This program is licensed under the terms and conditions of the +%% Mozilla Public License, version 2.0. The full text of the +%% Mozilla Public License is at https://www.mozilla.org/MPL/2.0/ +%% + + +%% -*- erlang -*- +{application, rvi_core, + [ + {description, ""}, + {vsn, "0.4.0"}, + {registered, []}, + {applications, [ + kernel, + stdlib, + rvi_common, + service_discovery, + schedule, + lager, + service_edge, + authorize, + dlink_tcp, + bt, + dlink_bt, + proto_json, + proto_bert + ]}, + {mod, { rvi_app, []}} + ]}. -- cgit v1.2.1