aboutsummaryrefslogtreecommitdiffstats
path: root/lib/runtime_tools/src/runtime_tools.app.src
diff options
context:
space:
mode:
authorSiri Hansen <[email protected]>2012-09-05 13:26:35 +0200
committerSiri Hansen <[email protected]>2012-09-05 13:26:35 +0200
commit50c20c504694ad606b9d1fe705a87b40e46140c3 (patch)
tree5de4a241b7462c5ce286b4e2b44961272187b4a2 /lib/runtime_tools/src/runtime_tools.app.src
parent0dca4bcf9eb70a567c617ebc1b2da15057ad3806 (diff)
parent3b73cabcba3ac6dcc91c7ae2b00f21d254dfdd4b (diff)
downloadotp-50c20c504694ad606b9d1fe705a87b40e46140c3.tar.gz
otp-50c20c504694ad606b9d1fe705a87b40e46140c3.tar.bz2
otp-50c20c504694ad606b9d1fe705a87b40e46140c3.zip
Merge branch 'siri/runtime_tools/remove-inviso-rest'
* siri/runtime_tools/remove-inviso-rest: Remove all traces of inviso application from runtime_tools
Diffstat (limited to 'lib/runtime_tools/src/runtime_tools.app.src')
-rw-r--r--lib/runtime_tools/src/runtime_tools.app.src5
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, []}}]}.