Merge lp:~zorba-coders/zorba/bug-1210410-excel into lp:zorba/excel-module

Proposed by Chris Hillery
Status: Merged
Merged at revision: 24
Proposed branch: lp:~zorba-coders/zorba/bug-1210410-excel
Merge into: lp:zorba/excel-module
Diff against target: 129 lines (+10/-10)
10 files modified
src/com/zorba-xquery/www/modules/excel/datetime.xq (+1/-1)
src/com/zorba-xquery/www/modules/excel/engineering.xq (+1/-1)
src/com/zorba-xquery/www/modules/excel/information.xq (+1/-1)
src/com/zorba-xquery/www/modules/excel/logical.xq (+1/-1)
src/com/zorba-xquery/www/modules/excel/lookup.xq (+1/-1)
src/com/zorba-xquery/www/modules/excel/math-sumproduct.xq (+1/-1)
src/com/zorba-xquery/www/modules/excel/math.xq (+1/-1)
src/com/zorba-xquery/www/modules/excel/statistical-zorba.xq (+1/-1)
src/com/zorba-xquery/www/modules/excel/statistical.xq (+1/-1)
src/com/zorba-xquery/www/modules/excel/text.xq (+1/-1)
To merge this branch: bzr merge lp:~zorba-coders/zorba/bug-1210410-excel
Reviewer Review Type Date Requested Status
Sorin Marian Nasoi Approve
Chris Hillery Approve
Review via email: mp+179371@code.launchpad.net

Commit message

Updated options and annotations URIs to zorba.io.

To post a comment you must log in.
Revision history for this message
Chris Hillery (ceejatec) :
review: Approve
Revision history for this message
Sorin Marian Nasoi (sorin.marian.nasoi) :
review: Approve
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :

Validation queue succeeded - proposal merged!

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== 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 @@
36 :)36 :)
37import module namespace excel-text = "http://www.zorba-xquery.com/modules/excel/text";37import module namespace excel-text = "http://www.zorba-xquery.com/modules/excel/text";
3838
39declare namespace ver = "http://www.zorba-xquery.com/options/versioning";39declare namespace ver = "http://zorba.io/options/versioning";
40declare option ver:module-version "1.0";40declare option ver:module-version "1.0";
4141
42(:~42(:~
4343
=== 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 @@
41 :)41 :)
42import module namespace excel-math="http://www.zorba-xquery.com/modules/excel/math";42import module namespace excel-math="http://www.zorba-xquery.com/modules/excel/math";
4343
44declare namespace ver = "http://www.zorba-xquery.com/options/versioning";44declare namespace ver = "http://zorba.io/options/versioning";
45declare option ver:module-version "1.0";45declare option ver:module-version "1.0";
4646
47(:~47(:~
4848
=== 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 @@
36 :)36 :)
37import module namespace excel-math = "http://www.zorba-xquery.com/modules/excel/math";37import module namespace excel-math = "http://www.zorba-xquery.com/modules/excel/math";
3838
39declare namespace ver = "http://www.zorba-xquery.com/options/versioning";39declare namespace ver = "http://zorba.io/options/versioning";
40declare option ver:module-version "1.0";40declare option ver:module-version "1.0";
4141
4242
4343
=== 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 @@
3333
34declare namespace excel-err = "http://www.zorba-xquery.com/modules/excel/errors";34declare namespace excel-err = "http://www.zorba-xquery.com/modules/excel/errors";
3535
36declare namespace ver = "http://www.zorba-xquery.com/options/versioning";36declare namespace ver = "http://zorba.io/options/versioning";
37declare option ver:module-version "1.0";37declare option ver:module-version "1.0";
3838
39(:~39(:~
4040
=== 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 @@
34 :)34 :)
35import module namespace excel-math="http://www.zorba-xquery.com/modules/excel/math";35import module namespace excel-math="http://www.zorba-xquery.com/modules/excel/math";
3636
37declare namespace ver = "http://www.zorba-xquery.com/options/versioning";37declare namespace ver = "http://zorba.io/options/versioning";
38declare option ver:module-version "1.0";38declare option ver:module-version "1.0";
3939
40(:~40(:~
4141
=== 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 @@
3838
39declare namespace excel-err = "http://www.zorba-xquery.com/modules/excel/errors";39declare namespace excel-err = "http://www.zorba-xquery.com/modules/excel/errors";
4040
41declare namespace ver = "http://www.zorba-xquery.com/options/versioning";41declare namespace ver = "http://zorba.io/options/versioning";
42declare option ver:module-version "1.0";42declare option ver:module-version "1.0";
4343
4444
4545
=== 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 @@
3131
32declare namespace excel-err = "http://www.zorba-xquery.com/modules/excel/errors";32declare namespace excel-err = "http://www.zorba-xquery.com/modules/excel/errors";
3333
34declare namespace ver = "http://www.zorba-xquery.com/options/versioning";34declare namespace ver = "http://zorba.io/options/versioning";
35declare option ver:module-version "1.0";35declare option ver:module-version "1.0";
3636
37(:~37(:~
3838
=== 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 @@
40:)40:)
41declare namespace math="http://www.w3.org/2005/xpath-functions/math";41declare namespace math="http://www.w3.org/2005/xpath-functions/math";
4242
43declare namespace ver = "http://www.zorba-xquery.com/options/versioning";43declare namespace ver = "http://zorba.io/options/versioning";
44declare option ver:module-version "1.0";44declare option ver:module-version "1.0";
4545
4646
4747
=== 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 @@
3636
37declare namespace excel-err = "http://www.zorba-xquery.com/modules/excel/errors";37declare namespace excel-err = "http://www.zorba-xquery.com/modules/excel/errors";
3838
39declare namespace ver = "http://www.zorba-xquery.com/options/versioning";39declare namespace ver = "http://zorba.io/options/versioning";
40declare option ver:module-version "1.0";40declare option ver:module-version "1.0";
4141
42(:~42(:~
4343
=== 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 @@
36 :)36 :)
37import module namespace excel-math="http://www.zorba-xquery.com/modules/excel/math";37import module namespace excel-math="http://www.zorba-xquery.com/modules/excel/math";
3838
39declare namespace ver = "http://www.zorba-xquery.com/options/versioning";39declare namespace ver = "http://zorba.io/options/versioning";
40declare option ver:module-version "1.0";40declare option ver:module-version "1.0";
4141
42(:~42(:~

Subscribers

People subscribed via source and target branches

to all changes: