summaryrefslogtreecommitdiff
path: root/apps/oauth/src/oauth.app.src
diff options
context:
space:
mode:
Diffstat (limited to 'apps/oauth/src/oauth.app.src')
-rw-r--r--apps/oauth/src/oauth.app.src20
1 files changed, 0 insertions, 20 deletions
diff --git a/apps/oauth/src/oauth.app.src b/apps/oauth/src/oauth.app.src
deleted file mode 100644
index 6357b9b0..00000000
--- a/apps/oauth/src/oauth.app.src
+++ /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
- ]}
-]}.