1.1 --- a/ebin/rabbit_shovel.app Mon Apr 11 17:29:32 2011 +0100
1.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
1.3 @@ -1,20 +0,0 @@
1.4 -{application, rabbit_shovel,
1.5 - [{description, "Data Shovel for RabbitMQ"},
1.6 - {vsn, "%%VSN%%"},
1.7 - {modules, [
1.8 - rabbit_shovel,
1.9 - rabbit_shovel_status,
1.10 - rabbit_shovel_sup,
1.11 - rabbit_shovel_worker,
1.12 - uri_parser
1.13 - ]},
1.14 - {registered, []},
1.15 - {env, [{defaults, [{prefetch_count, 0},
1.16 - {auto_ack, false},
1.17 - {tx_size, 0},
1.18 - {publish_fields, []},
1.19 - {publish_properties, []},
1.20 - {reconnect_delay, 5}]
1.21 - }]},
1.22 - {mod, {rabbit_shovel, []}},
1.23 - {applications, [kernel, stdlib, rabbit]}]}.
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
2.2 +++ b/ebin/rabbitmq_shovel.app Wed Apr 13 16:02:32 2011 +0100
2.3 @@ -0,0 +1,20 @@
2.4 +{application, rabbitmq_shovel,
2.5 + [{description, "Data Shovel for RabbitMQ"},
2.6 + {vsn, "%%VSN%%"},
2.7 + {modules, [
2.8 + rabbit_shovel,
2.9 + rabbit_shovel_status,
2.10 + rabbit_shovel_sup,
2.11 + rabbit_shovel_worker,
2.12 + uri_parser
2.13 + ]},
2.14 + {registered, []},
2.15 + {env, [{defaults, [{prefetch_count, 0},
2.16 + {auto_ack, false},
2.17 + {tx_size, 0},
2.18 + {publish_fields, []},
2.19 + {publish_properties, []},
2.20 + {reconnect_delay, 5}]
2.21 + }]},
2.22 + {mod, {rabbit_shovel, []}},
2.23 + {applications, [kernel, stdlib, rabbit]}]}.