diff options
author | Henrik Nord <[email protected]> | 2014-09-30 09:42:52 +0200 |
---|---|---|
committer | Henrik Nord <[email protected]> | 2014-09-30 09:42:52 +0200 |
commit | 6cfa8feeca6d01d230f1837a01b1f0ae706da457 (patch) | |
tree | a86047f3dd0ce7138f08068c1ace3809b116cfff /lib/erl_interface/src/erl_interface.app.src | |
parent | 585052c164623a227e7ae8112b2a023872672159 (diff) | |
parent | 88d5c0edbd08e069bc20cf13fa90bca59eb43e86 (diff) | |
download | otp-6cfa8feeca6d01d230f1837a01b1f0ae706da457.tar.gz otp-6cfa8feeca6d01d230f1837a01b1f0ae706da457.tar.bz2 otp-6cfa8feeca6d01d230f1837a01b1f0ae706da457.zip |
Merge branch 'maint'
Diffstat (limited to 'lib/erl_interface/src/erl_interface.app.src')
-rw-r--r-- | lib/erl_interface/src/erl_interface.app.src | 32 |
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, []} + ] +}. |