This commit is contained in:
Feng 2016-04-13 02:20:44 +08:00
parent 45d4583bcf
commit 31557eba05
7 changed files with 8 additions and 12 deletions

@ -1 +1 @@
Subproject commit 6254ae5ab42ef5479527f5e9766fcbf0d1485540 Subproject commit 0a59835106c7672699da7c2f9deb576678fdb37e

@ -1 +1 @@
Subproject commit d63a324b59490c600c71a867f90dde63e591521e Subproject commit d714c759804f9528f187fadd544912e37fd664b0

@ -1 +1 @@
Subproject commit 964b91a22da652618368b7da1b605a5dbf7978a2 Subproject commit 81f0164a339044d329c3179f922df332ae102696

@ -1 +1 @@
Subproject commit 410b0cb114a87dc96741c1a7aba149ecb48f7c70 Subproject commit 6e1382b63096cc3259f7edc6c26adc571ee53d74

@ -1 +1 @@
Subproject commit c89230a39bbe7da5490679a3d6a8c60fa462b02d Subproject commit eb4a03d90f932839bdad9aa5703de7731169ce66

@ -1 +1 @@
Subproject commit ee11aeecb5b9ba0c23f082ae7be964f769b5ecd1 Subproject commit b8b5393ecda9617a2b724dae0ab431d368963ca4

View File

@ -1,15 +1,11 @@
{application, emqttd, {application, emqttd,
[ [
{description, "Erlang MQTT Broker"}, {description, "Erlang MQTT Broker"},
{vsn, "0.17.1"}, {vsn, "1.0"},
{id, "emqttd"}, {id, "emqttd"},
{modules, []}, {modules, []},
{registered, []}, {registered, []},
{applications, [kernel, {applications, [kernel, stdlib, gproc, esockd, mochiweb]},
stdlib,
gproc,
esockd,
mochiweb]},
{mod, {emqttd_app, []}}, {mod, {emqttd_app, []}},
{env, []} {env, []}
]}. ]}.