Revert bug24186
authorDavid Wragg <david@rabbitmq.com>
Sat Jun 18 00:45:14 2011 +0100 (11 months ago)
changeset 194fe4566c72f8d
parent 193 0f7f37ea0af0
child 195 f6cb4dde6407
child 198 ef83a1b1910f
Revert bug24186
ebin/rabbitmq_mochiweb.app.in
src/rabbitmq_mochiweb.app.src
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/ebin/rabbitmq_mochiweb.app.in	Sat Jun 18 00:45:14 2011 +0100
     1.3 @@ -0,0 +1,12 @@
     1.4 +{application, rabbitmq_mochiweb,
     1.5 + [{description, "RabbitMQ Mochiweb Embedding"},
     1.6 +  {vsn, "%%VSN%%"},
     1.7 +  {modules, []},
     1.8 +  {registered, []},
     1.9 +  {mod, {rabbit_mochiweb_app, []}},
    1.10 +  {env, [
    1.11 +         {listeners, [{'*', [{port, 55670}]},
    1.12 +                      {mgmt, [{port, 55672}]}]},
    1.13 +         {contexts, [{rabbit_mgmt, mgmt}]}
    1.14 +        ]},
    1.15 +  {applications, [kernel, stdlib]}]}.
     2.1 --- a/src/rabbitmq_mochiweb.app.src	Fri Jun 17 16:58:29 2011 +0100
     2.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.3 @@ -1,12 +0,0 @@
     2.4 -{application, rabbitmq_mochiweb,
     2.5 - [{description, "RabbitMQ Mochiweb Embedding"},
     2.6 -  {vsn, "%%VSN%%"},
     2.7 -  {modules, []},
     2.8 -  {registered, []},
     2.9 -  {mod, {rabbit_mochiweb_app, []}},
    2.10 -  {env, [
    2.11 -         {listeners, [{'*', [{port, 55670}]},
    2.12 -                      {mgmt, [{port, 55672}]}]},
    2.13 -         {contexts, [{rabbit_mgmt, mgmt}]}
    2.14 -        ]},
    2.15 -  {applications, [kernel, stdlib]}]}.