zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #24996
[Merge] lp:~zorba-coders/zorba/bug-1210410-oauth into lp:zorba/oauth-module
Chris Hillery has proposed merging lp:~zorba-coders/zorba/bug-1210410-oauth into lp:zorba/oauth-module.
Commit message:
Updated options and annotations URIs to zorba.io.
Requested reviews:
Zorba Coders (zorba-coders)
For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-oauth/+merge/179381
--
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-oauth/+merge/179381
Your team Zorba Coders is requested to review the proposed merge of lp:~zorba-coders/zorba/bug-1210410-oauth into lp:zorba/oauth-module.
=== modified file 'src/com/zorba-xquery/www/modules/oauth/client.xq'
--- src/com/zorba-xquery/www/modules/oauth/client.xq 2013-07-17 15:46:41 +0000
+++ src/com/zorba-xquery/www/modules/oauth/client.xq 2013-08-09 09:48:26 +0000
@@ -45,9 +45,9 @@
import schema namespace sp = "http://www.zorba-xquery.com/schemas/oauth/service-provider";
import schema namespace p = "http://www.zorba-xquery.com/schemas/oauth/parameters";
-declare namespace an = "http://www.zorba-xquery.com/annotations";
-declare namespace ver = "http://www.zorba-xquery.com/options/versioning";
-declare namespace op = "http://www.zorba-xquery.com/options/features";
+declare namespace an = "http://zorba.io/annotations";
+declare namespace ver = "http://zorba.io/options/versioning";
+declare namespace op = "http://zorba.io/options/features";
declare namespace f = "http://www.zorba-xquery.com/features";
declare option op:disable "f:trace";
=== modified file 'src/com/zorba-xquery/www/modules/oauth/error.xq'
--- src/com/zorba-xquery/www/modules/oauth/error.xq 2013-06-15 19:43:50 +0000
+++ src/com/zorba-xquery/www/modules/oauth/error.xq 2013-08-09 09:48:26 +0000
@@ -25,7 +25,7 @@
:)
module namespace oerr = "http://www.zorba-xquery.com/modules/oauth/error";
-declare namespace ver = "http://www.zorba-xquery.com/options/versioning";
+declare namespace ver = "http://zorba.io/options/versioning";
declare option ver:module-version "1.0";
(:~
Follow ups