From 835638e11919d2012ab74bf5e3185732e604d0ff Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Thu, 1 May 2014 18:00:34 +0200 Subject: Add mnesia to 'applications'. Because that's what others do. Not that it helps getting mnesia _started_. Hmm. --- ebin/plop.app | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ebin/plop.app') diff --git a/ebin/plop.app b/ebin/plop.app index f8d5d2c..55d5648 100644 --- a/ebin/plop.app +++ b/ebin/plop.app @@ -3,7 +3,7 @@ [{description, "The plop store"}, {vsn, "0.0.1"}, {modules, [plop_app, plop_sup, plop, db, ht, hex]}, - {applications, [kernel, stdlib]}, % crypto, public_key, mnesia + {applications, [kernel, stdlib, mnesia]}, % crypto, public_key, mnesia {registered, [plop, db]}, {mod, {plop_app, []}} % <-- key file and pass phrase ]}. -- cgit v1.1