aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap/lib/compiler/ebin/compiler.appup
diff options
context:
space:
mode:
authorRickard Green <[email protected]>2014-02-26 15:36:17 +0100
committerRickard Green <[email protected]>2014-02-26 15:36:17 +0100
commit7d4bb870a8400599166407202d584ad4ea2b741d (patch)
tree2ad8bc8992ff6cd826fc07ee354b9f94ac65253b /bootstrap/lib/compiler/ebin/compiler.appup
parent2202a8880f5472ce4bf65afdb967c70a12f35703 (diff)
downloadotp-7d4bb870a8400599166407202d584ad4ea2b741d.tar.gz
otp-7d4bb870a8400599166407202d584ad4ea2b741d.tar.bz2
otp-7d4bb870a8400599166407202d584ad4ea2b741d.zip
Update preloaded and primary bootstrap
Diffstat (limited to 'bootstrap/lib/compiler/ebin/compiler.appup')
-rw-r--r--bootstrap/lib/compiler/ebin/compiler.appup22
1 files changed, 21 insertions, 1 deletions
diff --git a/bootstrap/lib/compiler/ebin/compiler.appup b/bootstrap/lib/compiler/ebin/compiler.appup
index 2c0d46d5f5..13c2644004 100644
--- a/bootstrap/lib/compiler/ebin/compiler.appup
+++ b/bootstrap/lib/compiler/ebin/compiler.appup
@@ -1 +1,21 @@
-{"4.9.4",[],[]}.
+%% -*- erlang -*-
+%% %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%
+{"4.9.4",
+ [{<<".*">>,[{restart_application, compiler}]}],
+ [{<<".*">>,[{restart_application, compiler}]}]
+}.