diff options
author | Dan Gudmundsson <[email protected]> | 2012-11-26 15:24:03 +0100 |
---|---|---|
committer | Dan Gudmundsson <[email protected]> | 2013-01-09 11:44:29 +0100 |
commit | 0d6aa3eceb636cf864b50e7d02459e08b3c8b8ef (patch) | |
tree | 6437473f6e3736b9b94a12fff6413fa28c9cd317 /lib/appmon/src/appmon.app.src | |
parent | 23d656703687d1c0e06582e6e600cac1c9d9e7f9 (diff) | |
download | otp-0d6aa3eceb636cf864b50e7d02459e08b3c8b8ef.tar.gz otp-0d6aa3eceb636cf864b50e7d02459e08b3c8b8ef.tar.bz2 otp-0d6aa3eceb636cf864b50e7d02459e08b3c8b8ef.zip |
appmon: Move runtime part to runtime_tools app
Diffstat (limited to 'lib/appmon/src/appmon.app.src')
-rw-r--r-- | lib/appmon/src/appmon.app.src | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/appmon/src/appmon.app.src b/lib/appmon/src/appmon.app.src index 2e1aa3ef3b..aa6a08772e 100644 --- a/lib/appmon/src/appmon.app.src +++ b/lib/appmon/src/appmon.app.src @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 1997-2009. All Rights Reserved. +%% Copyright Ericsson AB 1997-2012. 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 @@ -18,7 +18,7 @@ {application, appmon, [{description, "DEVTOOLS CXC 138 16"}, {vsn, "%VSN%"}, - {modules, [appmon, appmon_a, appmon_dg, appmon_info, + {modules, [appmon, appmon_a, appmon_dg, %% appmon_info, moved to runtime tools appmon_lb, appmon_place, appmon_txt,process_info,appmon_web]}, {registered,[appmon, appmon_info, appmon_txt,webappmon_server,proc_info]}, {applications, [kernel, stdlib]}]}. |