Skip to content

Commit

Permalink
add .app files
Browse files Browse the repository at this point in the history
  • Loading branch information
mojombo committed Nov 13, 2007
1 parent 7afd7ee commit fcc44a2
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ebin/.gitignore
@@ -1 +1 @@
*
*.beam
9 changes: 9 additions & 0 deletions ebin/fuzed.app
@@ -0,0 +1,9 @@
{application, fuzed,
[{description, "Fuzed Master"},
{vsn, "0.1.0"},
{modules, [fuzed_app, fuzed_sup, rails_connection_pool, pool_sweeper]},
{registered, [fuzed_app, fuzed_sup, rails_connection_pool, pool_sweeper]},
{applications, [kernel, stdlib]},
{mod, {fuzed_app, []}},
{start_phases, []}
]}.
9 changes: 9 additions & 0 deletions ebin/fuzed_node.app
@@ -0,0 +1,9 @@
{application, fuzed_node,
[{description, "Fuzed Handler Node"},
{vsn, "0.2.0"},
{modules, [fuzed_node_app, fuzed_node_sup, resource_manager]},
{registered, [fuzed_node_app, fuzed_node_sup, resource_manager]},
{applications, [kernel, stdlib]},
{mod, {fuzed_node_app, []}},
{start_phases, []}
]}.

0 comments on commit fcc44a2

Please sign in to comment.