summaryrefslogtreecommitdiff
path: root/ebin
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2013-02-04 10:56:25 +0000
committerSimon MacMullen <simon@rabbitmq.com>2013-02-04 10:56:25 +0000
commit4d39eb3f134919353491601a208e86d3a362f2fe (patch)
tree78afedf8a84deaaa38f1dc2e969da4fa295a3ff6 /ebin
parent99f461bbb7d69db05bfd35258c99a5c005cc68d4 (diff)
downloadrabbitmq-server-git-4d39eb3f134919353491601a208e86d3a362f2fe.tar.gz
We depend on xmerl via mochijson2.
Diffstat (limited to 'ebin')
-rw-r--r--ebin/rabbit_app.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/ebin/rabbit_app.in b/ebin/rabbit_app.in
index 16dfd19648..ee6e6aeb9c 100644
--- a/ebin/rabbit_app.in
+++ b/ebin/rabbit_app.in
@@ -10,7 +10,7 @@
rabbit_sup,
rabbit_tcp_client_sup,
rabbit_direct_client_sup]},
- {applications, [kernel, stdlib, sasl, mnesia, os_mon]},
+ {applications, [kernel, stdlib, sasl, mnesia, os_mon, xmerl]},
%% we also depend on crypto, public_key and ssl but they shouldn't be
%% in here as we don't actually want to start it
{mod, {rabbit, []}},