File: webmachine_demo.app

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 (14 lines) | stat: -rw-r--r-- 345 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{application, webmachine_demo,
 [{description, "webmachine_demo"},
  {vsn, "0.1"},
  {modules, [
	     webmachine_demo,
	     webmachine_demo_app,
	     webmachine_demo_sup,
	     webmachine_demo_resource,
	     demo_fs_resource
	    ]},
  {registered, []},
  {mod, {webmachine_demo_app, []}},
  {env, []},
  {applications, [kernel, stdlib]}]}.