From 403e2f53bb789900a1e37d33c60360391e0d8959 Mon Sep 17 00:00:00 2001 From: alisdair sullivan Date: Wed, 2 Jun 2010 21:11:21 -0700 Subject: [PATCH] added .app file --- ebin/jsx.app | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 ebin/jsx.app diff --git a/ebin/jsx.app b/ebin/jsx.app new file mode 100644 index 0000000..51784f6 --- /dev/null +++ b/ebin/jsx.app @@ -0,0 +1,19 @@ +{application, jsx, +[ + {description, "a streaming, evented json parsing toolkit"}, + {vsn, "0.0.1"}, + {modules, [ + jsx, + jsx_utf8, + jsx_utf16, + jsx_utf16le, + jsx_utf32, + jsx_utf32le + ]}, + {registered, []}, + {applications, [ + kernel, + stdlib + ]}, + {env, []} +]}.