Skip to content

Commit

Permalink
rm jieshun
Browse files Browse the repository at this point in the history
  • Loading branch information
lsxredrain committed Sep 4, 2021
1 parent 0fb3b32 commit 007c9f2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ rebar.conf
rebar.conf.erl
ci.sh
node_modules/
data/
apps/dgiot_parse/etc/dgiot_parse.conf
apps/dgiot_jieshun/
apps/dgiot_mingcheng/
Expand Down
1 change: 0 additions & 1 deletion data/loaded_plugins.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,3 @@
{dgiot_modbus, {{enable_plugin_dgiot_modbus}}}.
{dgiot_group, {{enable_plugin_dgiot_group}}}.
{dgiot_ffmpeg, {{enable_plugin_dgiot_ffmpeg}}}.
{dgiot_jieshun, {{enable_plugin_dgiot_jieshun}}}.
2 changes: 0 additions & 2 deletions rebar.config.erl
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,6 @@ overlay_vars_rel(RelType) ->
, {enable_plugin_dgiot_modbus, true}
, {enable_plugin_dgiot_group, true}
, {enable_plugin_dgiot_ffmpeg, true}
, {enable_plugin_dgiot_jieshun, true}
, {vm_args_file, VmArgs}
].

Expand Down Expand Up @@ -348,7 +347,6 @@ relx_plugin_apps_per_rel(cloud) ->
, dgiot_modbus
, dgiot_group
, dgiot_ffmpeg
, dgiot_jieshun
];
relx_plugin_apps_per_rel(edge) ->
[].
Expand Down

0 comments on commit 007c9f2

Please sign in to comment.