aboutsummaryrefslogtreecommitdiffstats
path: root/lib/src/mysqlerl.app
diff options
context:
space:
mode:
Diffstat (limited to 'lib/src/mysqlerl.app')
-rw-r--r--lib/src/mysqlerl.app12
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/src/mysqlerl.app b/lib/src/mysqlerl.app
new file mode 100644
index 0000000..5687463
--- /dev/null
+++ b/lib/src/mysqlerl.app
@@ -0,0 +1,12 @@
+%% -*- Erlang -*-
+%% Copyright (C) 2008, Brian Cully
+
+{application, mysqlerl,
+ [{description, "mysqlerl"},
+ {vsn, "0"},
+ {modules, [mysqlerl, mysqlerl_app, mysqlerl_connection_sup,
+ mysqlerl_connection, mysql_port_sup, mysql_port]},
+ {registered, [mysqlerl, mysqlerl_app, mysqlerl_connection_sup]},
+ {applications, [kernel, stdlib]},
+ {env, []},
+ {mod, {mysqlerl_app, []}}]}.