Fix sqlite3.app.src

This commit is contained in:
Alexey Romanov
2010-10-14 13:08:16 +04:00
parent 56bfbe484d
commit cc14eff7c6

View File

@@ -4,7 +4,6 @@
{vsn, "1"},
{modules, []},
{registered, []},
{applications, [kernel, stdlib, crypto, inets, lhttpc]},
{mod, {sqlite3, []}},
{applications, [kernel, stdlib, crypto, inets]},
{env, []}
]}.