Browse Source

Add applications entry to .app.src file needed for relx.

Viktor Söderqvist 10 years ago
parent
commit
fd99ba37a3
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/mysql.app.src

+ 2 - 1
src/mysql.app.src

@@ -19,5 +19,6 @@
 {application, mysql, [
     {description, "MySQL/OTP - Erlang MySQL client"},
     {vsn, "0.8.0"},
-    {modules, []}
+    {modules, []},
+    {applications, []}
 ]}.