moved ebin/jsx.app to src/jsx.app.src
This commit is contained in:
parent
a6e7490a2b
commit
0c3dbaab6c
1 changed files with 3 additions and 3 deletions
22
ebin/jsx.app
22
ebin/jsx.app
|
@ -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, []}
|
||||
]}.
|
Loading…
Add table
Add a link
Reference in a new issue