From 8cd63bc0769016191126995761965f61909ae311 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Thu, 24 Nov 2016 19:24:57 +0100 Subject: Don't include observer in example release --- examples/tcp_echo/relx.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/tcp_echo/relx.config b/examples/tcp_echo/relx.config index 5137ff7..a850b71 100644 --- a/examples/tcp_echo/relx.config +++ b/examples/tcp_echo/relx.config @@ -1,2 +1,2 @@ -{release, {tcp_echo_example, "1"}, [tcp_echo, observer, wx, runtime_tools]}. +{release, {tcp_echo_example, "1"}, [tcp_echo]}. {extended_start_script, true}. -- cgit v1.2.3