summaryrefslogtreecommitdiff
path: root/apps/mochiweb/src/mochiweb.app.src
diff options
context:
space:
mode:
Diffstat (limited to 'apps/mochiweb/src/mochiweb.app.src')
-rw-r--r--apps/mochiweb/src/mochiweb.app.src32
1 files changed, 0 insertions, 32 deletions
diff --git a/apps/mochiweb/src/mochiweb.app.src b/apps/mochiweb/src/mochiweb.app.src
deleted file mode 100644
index b0f90144..00000000
--- a/apps/mochiweb/src/mochiweb.app.src
+++ /dev/null
@@ -1,32 +0,0 @@
-{application, mochiweb,
- [{description, "MochiMedia Web Server"},
- {vsn, "113"},
- {modules, [
- mochihex,
- mochijson,
- mochijson2,
- mochinum,
- mochiweb,
- mochiweb_app,
- mochiweb_charref,
- mochiweb_cookies,
- mochiweb_echo,
- mochiweb_headers,
- mochiweb_html,
- mochiweb_http,
- mochiweb_multipart,
- mochiweb_request,
- mochiweb_response,
- mochiweb_skel,
- mochiweb_socket_server,
- mochiweb_sup,
- mochiweb_util,
- reloader,
- mochifmt,
- mochifmt_std,
- mochifmt_records
- ]},
- {registered, []},
- {mod, {mochiweb_app, []}},
- {env, []},
- {applications, [kernel, stdlib]}]}.