From 10b824963ff7b0b012e6b85c8b3f07904c473fd1 Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Mon, 6 Feb 2012 20:15:48 -0500 Subject: Remove stupid lib directory --- src/mysqlerl.app | 12 ++++++++++++ 1 file changed, 12 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..5687463 --- /dev/null +++ b/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, []}}]}. -- cgit v1.2.3