You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2014/02/12 07:22:23 UTC

[05/12] oauth commit: updated refs/heads/import-master to db23ab2

all hail paul davis

git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@819780 13f79535-47bb-0310-9956-ffa450edef68


Project: http://git-wip-us.apache.org/repos/asf/couchdb-oauth/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-oauth/commit/7cc148bf
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-oauth/tree/7cc148bf
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-oauth/diff/7cc148bf

Branch: refs/heads/import-master
Commit: 7cc148bfb1c9e7df486913e1d83342430c1cc9fa
Parents: 8f360c1
Author: Noah Slater <ns...@apache.org>
Authored: Tue Sep 29 00:07:28 2009 +0000
Committer: Noah Slater <ns...@apache.org>
Committed: Tue Sep 29 00:07:28 2009 +0000

----------------------------------------------------------------------
 Makefile.am | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-oauth/blob/7cc148bf/Makefile.am
----------------------------------------------------------------------
diff --git a/Makefile.am b/Makefile.am
index 5cc3270..c87d7f6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -18,7 +18,6 @@ oauthebindir = $(localerlanglibdir)/erlang-oauth/ebin
 oauth_file_collection = \
     oauth.erl \
     oauth_hmac_sha1.erl \
-#   oauth_rsa_sha1.erl \
     oauth_http.erl \
     oauth_plaintext.erl \
     oauth_unix.erl \
@@ -29,7 +28,6 @@ oauthebin_static_file = oauth.app
 oauthebin_make_generated_file_list = \
     oauth.beam \
     oauth_hmac_sha1.beam \
-#   oauth_rsa_sha1.beam \
     oauth_http.beam \
     oauth_plaintext.beam \
     oauth_unix.beam \