From 65d34d87097a9acc2bccf8fea4be346a36a97a8b Mon Sep 17 00:00:00 2001 From: Rickard Green Date: Fri, 19 Sep 2014 13:24:18 +0200 Subject: Add erl_interface and jinterface .app files --- lib/erl_interface/src/erl_interface.app.src | 32 +++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 lib/erl_interface/src/erl_interface.app.src (limited to 'lib/erl_interface/src/erl_interface.app.src') diff --git a/lib/erl_interface/src/erl_interface.app.src b/lib/erl_interface/src/erl_interface.app.src new file mode 100644 index 0000000000..11f884c36b --- /dev/null +++ b/lib/erl_interface/src/erl_interface.app.src @@ -0,0 +1,32 @@ +%% +%% %CopyrightBegin% +%% +%% Copyright Ericsson AB 2014. All Rights Reserved. +%% +%% The contents of this file are subject to the Erlang Public License, +%% Version 1.1, (the "License"); you may not use this file except in +%% compliance with the License. You should have received a copy of the +%% Erlang Public License along with this software. If not, it can be +%% retrieved online at http://www.erlang.org/. +%% +%% Software distributed under the License is distributed on an "AS IS" +%% basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See +%% the License for the specific language governing rights and limitations +%% under the License. +%% +%% %CopyrightEnd% +%% +%% This is an -*- erlang -*- file. +%% + +{application, erl_interface, + [ + {description, "Erl Interface"}, + {vsn, "%VSN%"}, + {modules, []}, + {registered, []}, + {applications, []}, + {env, []}, + {runtime_dependencies, []} + ] +}. -- cgit v1.2.3