File: rabbit_common.app.in

package info (click to toggle)
rabbitmq-server 2.8.4-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 8,928 kB
  • sloc: erlang: 52,968; python: 2,846; xml: 1,987; sh: 816; makefile: 683; perl: 86; ruby: 63
file content (33 lines) | stat: -rw-r--r-- 974 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{application, rabbit_common,
 [{description, "RabbitMQ Common Libraries"},
  {vsn, "%%VSN%%"},
  {modules, [
             pmon,
             gen_server2,
             mirrored_supervisor,
             priority_queue,
             rabbit_backing_queue,
             rabbit_basic,
             rabbit_binary_generator,
             rabbit_binary_parser,
             rabbit_channel,
             rabbit_command_assembler,
             rabbit_exchange_type,
             rabbit_auth_backend,
             rabbit_auth_mechanism,
             rabbit_framing_amqp_0_8,
             rabbit_framing_amqp_0_9_1,
             rabbit_heartbeat,
             rabbit_misc,
             rabbit_msg_store_index,
             rabbit_net,
             rabbit_nodes,
             rabbit_reader,
             rabbit_writer,
             rabbit_queue_collector,
             rabbit_amqqueue,
             supervisor2
  ]},
  {registered, []},
  {env, []},
  {applications, [kernel, stdlib]}]}.