From 0ffedab700b4f15f609249c5d0bae07caa39cd0b Mon Sep 17 00:00:00 2001 From: "Michael T. Richter" Date: Sun, 27 Nov 2011 17:10:07 +0800 Subject: [PATCH] Renamed twitter_client.app to erlang_twitter.app to comply with both OTP conventions and with rebar's requirements. Added twitterbot to list of application modules. --- ebin/{twitter_client.app => erlang_twitter.app} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename ebin/{twitter_client.app => erlang_twitter.app} (76%) diff --git a/ebin/twitter_client.app b/ebin/erlang_twitter.app similarity index 76% rename from ebin/twitter_client.app rename to ebin/erlang_twitter.app index 03dfb33..f556871 100644 --- a/ebin/twitter_client.app +++ b/ebin/erlang_twitter.app @@ -2,7 +2,7 @@ {application, erlang_twitter, [ {description, "An Erlang-native Twitter client."}, {vsn, "0.5"}, - {modules, [twitter_client, twitter_client_utils]}, + {modules, [twitter_client, twitter_client_utils, twitterbot]}, {registered, []}, {applications, [kernel, stdlib, inets]}, {env, []}