~zorba-coders/zorba/oauth-module

« back to all changes in this revision

Viewing changes to src/com/zorba-xquery/www/modules/oauth/client.xq

  • Committer: Zorba Jenkins
  • Author(s): chillery+launchpad at lambda
  • Date: 2013-08-09 12:28:55 UTC
  • mfrom: (31.1.2 oauth)
  • Revision ID: jenkins@lambda.nu-20130809122855-rz1cukxvgw7ppfdm
Updated options and annotations URIs to zorba.io.
Approved: Sorin Marian Nasoi, Chris Hillery

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
import schema namespace sp = "http://www.zorba-xquery.com/schemas/oauth/service-provider";
46
46
import schema namespace p = "http://www.zorba-xquery.com/schemas/oauth/parameters";
47
47
 
48
 
declare namespace an = "http://www.zorba-xquery.com/annotations";
49
 
declare namespace ver = "http://www.zorba-xquery.com/options/versioning";
50
 
declare namespace op = "http://www.zorba-xquery.com/options/features";
51
 
declare namespace f = "http://www.zorba-xquery.com/features";
 
48
declare namespace an = "http://zorba.io/annotations";
 
49
declare namespace ver = "http://zorba.io/options/versioning";
 
50
declare namespace op = "http://zorba.io/options/features";
 
51
declare namespace f = "http://zorba.io/features";
52
52
 
53
53
declare option op:disable "f:trace";
54
54