aboutsummaryrefslogtreecommitdiffstats
path: root/lib/erl_interface/src/erl_interface.app.src
diff options
context:
space:
mode:
authorErlang/OTP <[email protected]>2014-09-29 08:59:46 +0200
committerErlang/OTP <[email protected]>2014-09-29 08:59:46 +0200
commit6f565f2e5db3afc29c1dea9f00bc2126e2758b9f (patch)
tree7228aaadf6a3eca2b7e471c78b2d3bf13d3235bf /lib/erl_interface/src/erl_interface.app.src
parentfc8edf6036ac337d444794755c6f67b0735adc01 (diff)
parent65d34d87097a9acc2bccf8fea4be346a36a97a8b (diff)
downloadotp-6f565f2e5db3afc29c1dea9f00bc2126e2758b9f.tar.gz
otp-6f565f2e5db3afc29c1dea9f00bc2126e2758b9f.tar.bz2
otp-6f565f2e5db3afc29c1dea9f00bc2126e2758b9f.zip
Merge branch 'rickard/app-files/OTP-12178' into maint-17
* rickard/app-files/OTP-12178: 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, []}
+ ]
+}.