diff options
author | Siri Hansen <[email protected]> | 2012-09-03 16:28:51 +0200 |
---|---|---|
committer | Siri Hansen <[email protected]> | 2012-09-03 16:28:51 +0200 |
commit | 3b73cabcba3ac6dcc91c7ae2b00f21d254dfdd4b (patch) | |
tree | ce4a32305c03ae531b28c3d0eb1a4a8a517f501c /lib/runtime_tools/src/runtime_tools.app.src | |
parent | 94fa6d2fcf729d3df37a4e8dc4e369bf444ea55a (diff) | |
download | otp-3b73cabcba3ac6dcc91c7ae2b00f21d254dfdd4b.tar.gz otp-3b73cabcba3ac6dcc91c7ae2b00f21d254dfdd4b.tar.bz2 otp-3b73cabcba3ac6dcc91c7ae2b00f21d254dfdd4b.zip |
Remove all traces of inviso application from runtime_tools
Rests of inviso was still in runtime_tools.app.src and
runtime_tools_sup.erl. This has been removed. A test of
application:start/stop is also added to runtime_tools_SUITE.
Diffstat (limited to 'lib/runtime_tools/src/runtime_tools.app.src')
-rw-r--r-- | lib/runtime_tools/src/runtime_tools.app.src | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/runtime_tools/src/runtime_tools.app.src b/lib/runtime_tools/src/runtime_tools.app.src index 84cd6ee10d..60be9ed7c9 100644 --- a/lib/runtime_tools/src/runtime_tools.app.src +++ b/lib/runtime_tools/src/runtime_tools.app.src @@ -17,14 +17,13 @@ %% %CopyrightEnd% %% {application, runtime_tools, - [{description, "RUNTIME_TOOLS version 1"}, + [{description, "RUNTIME_TOOLS"}, {vsn, "%VSN%"}, {modules, [dbg,observer_backend,percept_profile, runtime_tools,runtime_tools_sup,erts_alloc_config, ttb_autostart,dyntrace]}, - {registered, [runtime_tools_sup,inviso_rt,inviso_rt_meta]}, + {registered, [runtime_tools_sup]}, {applications, [kernel, stdlib]}, -% {env, [{inviso_autostart_mod,your_own_autostart_module}]}, {env, []}, {mod, {runtime_tools, []}}]}. |