aboutsummaryrefslogtreecommitdiffstats
path: root/lib/erl_interface/src/erl_interface.app.src
diff options
context:
space:
mode:
authorRickard Green <[email protected]>2014-09-19 13:24:18 +0200
committerRickard Green <[email protected]>2014-09-19 13:24:18 +0200
commit65d34d87097a9acc2bccf8fea4be346a36a97a8b (patch)
tree47c6cd3503bef093325494de9680b78447da5b31 /lib/erl_interface/src/erl_interface.app.src
parent743ed31108ee555db18d9833186865e85e34333e (diff)
downloadotp-65d34d87097a9acc2bccf8fea4be346a36a97a8b.tar.gz
otp-65d34d87097a9acc2bccf8fea4be346a36a97a8b.tar.bz2
otp-65d34d87097a9acc2bccf8fea4be346a36a97a8b.zip
Add erl_interface and jinterface .app files
Diffstat (limited to 'lib/erl_interface/src/erl_interface.app.src')
-rw-r--r--lib/erl_interface/src/erl_interface.app.src32
1 files changed, 32 insertions, 0 deletions
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, []}
+ ]
+}.