first import
This commit is contained in:
25
sites/all/modules/oauth/oauth_common.info
Normal file
25
sites/all/modules/oauth/oauth_common.info
Normal file
@@ -0,0 +1,25 @@
|
||||
name = OAuth
|
||||
description = Provides OAuth functionality
|
||||
configure = admin/config/services/oauth
|
||||
package = "OAuth"
|
||||
|
||||
recommends[] = ctools
|
||||
suggests[] = inputstream
|
||||
|
||||
core = 7.x
|
||||
|
||||
files[] = lib/OAuth.php
|
||||
files[] = includes/DrupalOAuthServer.inc
|
||||
files[] = includes/DrupalOAuthDataStore.inc
|
||||
files[] = includes/DrupalOAuthRequest.inc
|
||||
files[] = includes/DrupalOAuthToken.inc
|
||||
files[] = includes/DrupalOAuthConsumer.inc
|
||||
files[] = includes/DrupalOAuthClient.inc
|
||||
files[] = includes/OAuthSignatureMethod_HMAC.inc
|
||||
|
||||
; Information added by drupal.org packaging script on 2012-02-08
|
||||
version = "7.x-3.0"
|
||||
core = "7.x"
|
||||
project = "oauth"
|
||||
datestamp = "1328724350"
|
||||
|
||||
Reference in New Issue
Block a user