diff options
Diffstat (limited to 'lib/src/mysqlerl.app')
-rw-r--r-- | lib/src/mysqlerl.app | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/lib/src/mysqlerl.app b/lib/src/mysqlerl.app deleted file mode 100644 index 5687463..0000000 --- a/lib/src/mysqlerl.app +++ /dev/null @@ -1,12 +0,0 @@ -%% -*- 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, []}}]}. |