summaryrefslogtreecommitdiff
path: root/ebin
diff options
context:
space:
mode:
authorMagnus Ahltorp <map@kth.se>2014-09-28 02:11:12 +0200
committerMagnus Ahltorp <map@kth.se>2014-09-28 02:11:12 +0200
commit409ea0e5857acffe36ebc977bdce843f994a00aa (patch)
treeaf371cd7d316cadfa1728ee12ccea63a6720805c /ebin
parentb3d01b2105b1e1df6804d6463ae465bc91ae4e8d (diff)
Remove reference to creating database. Remove mnesia.
Diffstat (limited to 'ebin')
-rw-r--r--ebin/plop.app2
1 files changed, 1 insertions, 1 deletions
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"]}}
]}.