Feng Lee 9 лет назад
Родитель
Сommit
0e4b7cf768
2 измененных файлов с 1 добавлено и 15 удалено
  1. 1 4
      Makefile
  2. 0 11
      src/emqttd.app.src

+ 1 - 4
Makefile

@@ -12,7 +12,7 @@ dep_gen_logger  = git https://github.com/emqtt/gen_logger
 dep_esockd      = git https://github.com/emqtt/esockd emq20
 dep_esockd      = git https://github.com/emqtt/esockd emq20
 dep_mochiweb    = git https://github.com/emqtt/mochiweb
 dep_mochiweb    = git https://github.com/emqtt/mochiweb
 dep_clique      = git https://github.com/basho/clique
 dep_clique      = git https://github.com/basho/clique
-dep_pbkdf2	= git https://github.com/basho/erlang-pbkdf2 2.0.0
+dep_pbkdf2	    = git https://github.com/basho/erlang-pbkdf2 2.0.0
 dep_time_compat = git https://github.com/lasp-lang/time_compat
 dep_time_compat = git https://github.com/lasp-lang/time_compat
 dep_rand_compat = git https://github.com/lasp-lang/rand_compat
 dep_rand_compat = git https://github.com/lasp-lang/rand_compat
 
 
@@ -37,6 +37,3 @@ include erlang.mk
 
 
 app:: rebar.config
 app:: rebar.config
 
 
-app.config::
-	cuttlefish -l info -e etc/ -c etc/emqttd.conf -i priv/emqttd.schema -d data
-

+ 0 - 11
src/emqttd.app.src

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