From 8d57c71924cfa77373c13a61973070a433e76de4 Mon Sep 17 00:00:00 2001 From: AvantLiu <47805007+AvantLiu@users.noreply.github.com> Date: Tue, 17 Aug 2021 18:57:39 +0800 Subject: [PATCH] Update rebar.config.erl --- rebar.config.erl | 4 ---- 1 file changed, 4 deletions(-) diff --git a/rebar.config.erl b/rebar.config.erl index 989b7ef8cf..b5647c215b 100644 --- a/rebar.config.erl +++ b/rebar.config.erl @@ -218,8 +218,6 @@ overlay_vars_rel(RelType) -> , {enable_plugin_dgiot_modbus, true} , {enable_plugin_dgiot_group, true} , {enable_plugin_dgiot_ffmpeg, true} - , {enable_plugin_dgiot_xinchuangwei, true} - , {enable_plugin_dgiot_mingcheng, true} , {vm_args_file, VmArgs} ]. @@ -347,8 +345,6 @@ relx_plugin_apps_per_rel(cloud) -> , dgiot_modbus , dgiot_group , dgiot_ffmpeg - , dgiot_xinchuangwei - , dgiot_mingcheng ]; relx_plugin_apps_per_rel(edge) -> [].