From 8138d70bb8c1de954c46b417ccd22964b6432965 Mon Sep 17 00:00:00 2001 From: Adam Kocoloski Date: Wed, 11 Aug 2010 15:34:41 -0400 Subject: move oauth to rebar layout --- src/erlang-oauth/oauth.app.in | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 src/erlang-oauth/oauth.app.in (limited to 'src/erlang-oauth/oauth.app.in') diff --git a/src/erlang-oauth/oauth.app.in b/src/erlang-oauth/oauth.app.in deleted file mode 100644 index 6357b9b0..00000000 --- a/src/erlang-oauth/oauth.app.in +++ /dev/null @@ -1,20 +0,0 @@ -{application, oauth, [ - {description, "Erlang OAuth implementation"}, - {vsn, "dev"}, - {modules, [ - oauth, - oauth_hmac_sha1, - oauth_http, - oauth_plaintext, - oauth_rsa_sha1, - oauth_unix, - oauth_uri - ]}, - {registered, []}, - {applications, [ - kernel, - stdlib, - crypto, - inets - ]} -]}. -- cgit v1.2.3