~ubuntu-branches/ubuntu/saucy/rabbitmq-server/saucy

« back to all changes in this revision

Viewing changes to plugins-src/webmachine-wrapper/webmachine-hg/demo/ebin/webmachine_demo.app

  • Committer: Package Import Robot
  • Author(s): Emile Joubert
  • Date: 2012-09-27 16:28:21 UTC
  • mfrom: (0.2.17) (0.1.31 sid)
  • Revision ID: package-import@ubuntu.com-20120927162821-yzw9w4i6uu4tczu5
Tags: 2.8.7-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
{application, webmachine_demo,
2
 
 [{description, "webmachine_demo"},
3
 
  {vsn, "0.1"},
4
 
  {modules, [
5
 
             webmachine_demo,
6
 
             webmachine_demo_app,
7
 
             webmachine_demo_sup,
8
 
             webmachine_demo_resource,
9
 
             demo_fs_resource
10
 
            ]},
11
 
  {registered, []},
12
 
  {mod, {webmachine_demo_app, []}},
13
 
  {env, []},
14
 
  {applications, [kernel, stdlib]}]}.