From 8ffa0cdb1f19cd56d7adf63893e5d158daa9aa3c Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Sat, 1 Mar 2008 13:10:46 -0500 Subject: Initial commit --- src/mysqlerl.app | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/mysqlerl.app (limited to 'src/mysqlerl.app') diff --git a/src/mysqlerl.app b/src/mysqlerl.app new file mode 100644 index 0000000..3cc97b6 --- /dev/null +++ b/src/mysqlerl.app @@ -0,0 +1,11 @@ +%% -*- Erlang -*- + +{application, mysqlerl, + [{description, "mysqlerl"}, + {vsn, "0"}, + {modules, [mysqlerl, mysqlerl_app, mysqlerl_connection_sup, + mysqlerl_connection]}, + {registered, [mysqlerl, mysqlerl_app, mysqlerl_connection_sup]}, + {applications, [kernel, stdlib]}, + {env, []}, + {mod, {mysqlerl_app, []}}]}. -- cgit v1.2.3