You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ns...@apache.org on 2009/09/29 02:02:15 UTC

svn commit: r819777 - /couchdb/branches/0.10.x/src/erlang-oauth/Makefile.am

Author: nslater
Date: Tue Sep 29 00:02:15 2009
New Revision: 819777

URL: http://svn.apache.org/viewvc?rev=819777&view=rev
Log:
commented out line

Modified:
    couchdb/branches/0.10.x/src/erlang-oauth/Makefile.am

Modified: couchdb/branches/0.10.x/src/erlang-oauth/Makefile.am
URL: http://svn.apache.org/viewvc/couchdb/branches/0.10.x/src/erlang-oauth/Makefile.am?rev=819777&r1=819776&r2=819777&view=diff
==============================================================================
--- couchdb/branches/0.10.x/src/erlang-oauth/Makefile.am (original)
+++ couchdb/branches/0.10.x/src/erlang-oauth/Makefile.am Tue Sep 29 00:02:15 2009
@@ -18,7 +18,7 @@
 oauth_file_collection = \
     oauth.erl \
     oauth_hmac_sha1.erl \
-    oauth_rsa_sha1.erl \
+#   oauth_rsa_sha1.erl \
     oauth_http.erl \
     oauth_plaintext.erl \
     oauth_unix.erl \
@@ -29,7 +29,7 @@
 oauthebin_make_generated_file_list = \
     oauth.beam \
     oauth_hmac_sha1.beam \
-    oauth_rsa_sha1.beam \
+#   oauth_rsa_sha1.beam \
     oauth_http.beam \
     oauth_plaintext.beam \
     oauth_unix.beam \