File: rabbit_common.app.in

package info (click to toggle)
rabbitmq-server 3.3.5-1.1
  • links: PTS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 12,004 kB
  • sloc: erlang: 78,203; python: 3,187; xml: 2,843; makefile: 903; sh: 831; java: 660; perl: 64; ruby: 63
file content (42 lines) | stat: -rw-r--r-- 1,271 bytes parent folder | download | duplicates (2)
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
34
35
36
37
38
39
40
41
42
{application, rabbit_common,
 [{description, "RabbitMQ Common Libraries"},
  {vsn, "%%VSN%%"},
  {modules, [
             app_utils,
             credit_flow,
             pmon,
             gen_server2,
             mirrored_supervisor,
             mochijson2,
             priority_queue,
             rabbit_backing_queue,
             rabbit_basic,
             rabbit_binary_generator,
             rabbit_binary_parser,
             rabbit_channel,
             rabbit_channel_interceptor,
             rabbit_runtime_parameter,
             rabbit_command_assembler,
             rabbit_exchange_type,
             rabbit_exchange_decorator,
             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_policy_validator,
             rabbit_reader,
             rabbit_writer,
             rabbit_event,
             rabbit_queue_collector,
             rabbit_queue_decorator,
             rabbit_amqqueue,
             supervisor2
  ]},
  {registered, []},
  {env, []},
  {applications, [kernel, stdlib]}]}.