aboutsummaryrefslogtreecommitdiffstats
path: root/lib/hipe/main/hipe.appup.src
diff options
context:
space:
mode:
Diffstat (limited to 'lib/hipe/main/hipe.appup.src')
-rw-r--r--lib/hipe/main/hipe.appup.src10
1 files changed, 6 insertions, 4 deletions
diff --git a/lib/hipe/main/hipe.appup.src b/lib/hipe/main/hipe.appup.src
index 1d5a0d93f5..bd4a4f0671 100644
--- a/lib/hipe/main/hipe.appup.src
+++ b/lib/hipe/main/hipe.appup.src
@@ -1,7 +1,7 @@
-%%
+%% -*- erlang -*-
%% %CopyrightBegin%
%%
-%% Copyright Ericsson AB 2002-2009. All Rights Reserved.
+%% Copyright Ericsson AB 2002-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
@@ -15,5 +15,7 @@
%% under the License.
%%
%% %CopyrightEnd%
-%%
-{"%VSN%",[],[]}.
+{"%VSN%",
+ [{<<".*">>,[{restart_application, hipe}]}],
+ [{<<".*">>,[{restart_application, hipe}]}]
+}.