diff options
| author | Matthias Radestock <matthias@lshift.net> | 2009-01-09 12:26:45 +0000 |
|---|---|---|
| committer | Matthias Radestock <matthias@lshift.net> | 2009-01-09 12:26:45 +0000 |
| commit | 92eb99750223e4bac520e8457e932b0322325bf6 (patch) | |
| tree | f11b7840a916d2a81d63219bbeb4af70de28a1f9 /ebin/rabbit.app | |
| parent | 19be256662f509babac6f28e630466bbb45d71d7 (diff) | |
| download | rabbitmq-server-git-92eb99750223e4bac520e8457e932b0322325bf6.tar.gz | |
get rid of buffering_proxy
Diffstat (limited to 'ebin/rabbit.app')
| -rw-r--r-- | ebin/rabbit.app | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ebin/rabbit.app b/ebin/rabbit.app index 5ecd247bb9..ca5aec6ffa 100644 --- a/ebin/rabbit.app +++ b/ebin/rabbit.app @@ -2,8 +2,7 @@ [{description, "RabbitMQ"}, {id, "RabbitMQ"}, {vsn, "%%VERSION%%"}, - {modules, [buffering_proxy, - rabbit_access_control, + {modules, [rabbit_access_control, rabbit_alarm, rabbit_amqqueue, rabbit_amqqueue_process, |
