From 409ea0e5857acffe36ebc977bdce843f994a00aa Mon Sep 17 00:00:00 2001 From: Magnus Ahltorp Date: Sun, 28 Sep 2014 02:11:12 +0200 Subject: Remove reference to creating database. Remove mnesia. --- ebin/plop.app | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ebin') diff --git a/ebin/plop.app b/ebin/plop.app index d017331..a2a0dd4 100644 --- a/ebin/plop.app +++ b/ebin/plop.app @@ -6,7 +6,7 @@ [{description, "The plop store"}, {vsn, "0.2.0-dev"}, {modules, [plop_app, plop_sup, plop, db, ht, hex]}, - {applications, [kernel, stdlib, mnesia]}, % crypto, public_key + {applications, [kernel, stdlib]}, % crypto, public_key {registered, [plop, ht, db]}, {mod, {plop_app, ["test/eckey.pem", "test/eckey-public.pem"]}} ]}. -- cgit v1.1