comparison server/awetv/ebin/awetv.app @ 0:db5c7047ef0e default tip

Initial commit
author Mike Pavone <pavone@retrodev.com>
date Fri, 21 Jun 2013 22:09:34 -0700
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:db5c7047ef0e
1 {application, awetv,
2 [
3 {description, "awetv main application"},
4 {vsn, "1"},
5 {modules, [awetv]},
6 {registered, []},
7 {applications, [kernel, stdlib]},
8 {mod, {awetv, []}}
9 ]
10 }.
11