moved ebin/jsx.app to src/jsx.app.src

This commit is contained in:
alisdair sullivan 2011-03-22 18:46:14 -07:00
parent a6e7490a2b
commit 0c3dbaab6c

View file

@ -1,22 +0,0 @@
{application, jsx,
[
{description, "a streaming, evented json parsing toolkit"},
{vsn, "0.9.0"},
{modules, [
jsx,
jsx_utf8,
jsx_utf16,
jsx_utf16le,
jsx_utf32,
jsx_utf32le,
jsx_eep0018,
jsx_format,
jsx_verify
]},
{registered, []},
{applications, [
kernel,
stdlib
]},
{env, []}
]}.