Merge pull request #30 from brigadier/patch-2

add plain_fsm app in the 'applications' section of .app.src
This commit is contained in:
Kresten Krab Thorup 2014-11-20 12:49:53 +01:00
commit ea88b32d4e

View file

@ -29,7 +29,8 @@
{registered, []}, {registered, []},
{applications, [ {applications, [
kernel, kernel,
stdlib stdlib,
plain_fsm
]}, ]},
{mod, {hanoidb_app, []}}, {mod, {hanoidb_app, []}},
{env, []} {env, []}