Chris Hillery has proposed merging lp:~zorba-coders/zorba/bug-1210410-excel into lp:zorba/excel-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-excel/+merge/179371 -- https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-excel/+merge/179371 Your team Zorba Coders is requested to review the proposed merge of lp:~zorba-coders/zorba/bug-1210410-excel into lp:zorba/excel-module.
=== modified file 'src/com/zorba-xquery/www/modules/excel/datetime.xq' --- src/com/zorba-xquery/www/modules/excel/datetime.xq 2012-09-28 14:05:00 +0000 +++ src/com/zorba-xquery/www/modules/excel/datetime.xq 2013-08-09 09:46:39 +0000 @@ -36,7 +36,7 @@ :) import module namespace excel-text = "http://www.zorba-xquery.com/modules/excel/text"; -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"; (:~ === modified file 'src/com/zorba-xquery/www/modules/excel/engineering.xq' --- src/com/zorba-xquery/www/modules/excel/engineering.xq 2012-09-28 14:05:00 +0000 +++ src/com/zorba-xquery/www/modules/excel/engineering.xq 2013-08-09 09:46:39 +0000 @@ -41,7 +41,7 @@ :) import module namespace excel-math="http://www.zorba-xquery.com/modules/excel/math"; -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"; (:~ === modified file 'src/com/zorba-xquery/www/modules/excel/information.xq' --- src/com/zorba-xquery/www/modules/excel/information.xq 2012-09-28 14:05:00 +0000 +++ src/com/zorba-xquery/www/modules/excel/information.xq 2013-08-09 09:46:39 +0000 @@ -36,7 +36,7 @@ :) import module namespace excel-math = "http://www.zorba-xquery.com/modules/excel/math"; -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"; === modified file 'src/com/zorba-xquery/www/modules/excel/logical.xq' --- src/com/zorba-xquery/www/modules/excel/logical.xq 2012-09-28 14:05:00 +0000 +++ src/com/zorba-xquery/www/modules/excel/logical.xq 2013-08-09 09:46:39 +0000 @@ -33,7 +33,7 @@ declare namespace excel-err = "http://www.zorba-xquery.com/modules/excel/errors"; -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"; (:~ === modified file 'src/com/zorba-xquery/www/modules/excel/lookup.xq' --- src/com/zorba-xquery/www/modules/excel/lookup.xq 2012-09-28 14:05:00 +0000 +++ src/com/zorba-xquery/www/modules/excel/lookup.xq 2013-08-09 09:46:39 +0000 @@ -34,7 +34,7 @@ :) import module namespace excel-math="http://www.zorba-xquery.com/modules/excel/math"; -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"; (:~ === modified file 'src/com/zorba-xquery/www/modules/excel/math-sumproduct.xq' --- src/com/zorba-xquery/www/modules/excel/math-sumproduct.xq 2012-09-28 14:05:00 +0000 +++ src/com/zorba-xquery/www/modules/excel/math-sumproduct.xq 2013-08-09 09:46:39 +0000 @@ -38,7 +38,7 @@ declare namespace excel-err = "http://www.zorba-xquery.com/modules/excel/errors"; -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"; === modified file 'src/com/zorba-xquery/www/modules/excel/math.xq' --- src/com/zorba-xquery/www/modules/excel/math.xq 2012-09-28 14:05:00 +0000 +++ src/com/zorba-xquery/www/modules/excel/math.xq 2013-08-09 09:46:39 +0000 @@ -31,7 +31,7 @@ declare namespace excel-err = "http://www.zorba-xquery.com/modules/excel/errors"; -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"; (:~ === modified file 'src/com/zorba-xquery/www/modules/excel/statistical-zorba.xq' --- src/com/zorba-xquery/www/modules/excel/statistical-zorba.xq 2012-09-28 14:05:00 +0000 +++ src/com/zorba-xquery/www/modules/excel/statistical-zorba.xq 2013-08-09 09:46:39 +0000 @@ -40,7 +40,7 @@ :) declare namespace math="http://www.w3.org/2005/xpath-functions/math"; -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"; === modified file 'src/com/zorba-xquery/www/modules/excel/statistical.xq' --- src/com/zorba-xquery/www/modules/excel/statistical.xq 2012-09-28 14:05:00 +0000 +++ src/com/zorba-xquery/www/modules/excel/statistical.xq 2013-08-09 09:46:39 +0000 @@ -36,7 +36,7 @@ declare namespace excel-err = "http://www.zorba-xquery.com/modules/excel/errors"; -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"; (:~ === modified file 'src/com/zorba-xquery/www/modules/excel/text.xq' --- src/com/zorba-xquery/www/modules/excel/text.xq 2012-09-28 14:05:00 +0000 +++ src/com/zorba-xquery/www/modules/excel/text.xq 2013-08-09 09:46:39 +0000 @@ -36,7 +36,7 @@ :) import module namespace excel-math="http://www.zorba-xquery.com/modules/excel/math"; -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"; (:~
-- Mailing list: https://launchpad.net/~zorba-coders Post to : [email protected] Unsubscribe : https://launchpad.net/~zorba-coders More help : https://help.launchpad.net/ListHelp

