Merge lp:~zorba-coders/zorba/bug-1189862-stack into lp:zorba/stack-module

Proposed by Paul J. Lucas
Status: Merged
Approved by: Paul J. Lucas
Approved revision: 18
Merged at revision: 18
Proposed branch: lp:~zorba-coders/zorba/bug-1189862-stack
Merge into: lp:zorba/stack-module
Diff against target: 14 lines (+2/-2)
1 file modified
src/stack.xq (+2/-2)
To merge this branch: bzr merge lp:~zorba-coders/zorba/bug-1189862-stack
Reviewer Review Type Date Requested Status
Matthias Brantner Approve
Paul J. Lucas Approve
Review via email: mp+190412@code.launchpad.net

Commit message

New store module URI.

Description of the change

New store module URI.

To post a comment you must log in.
Revision history for this message
Paul J. Lucas (paul-lucas) :
review: Approve
Revision history for this message
Paul J. Lucas (paul-lucas) wrote :

Matthias: Please review & approve, but make no attempt to merge this since it has to be merged as part of the trunk MP.

Revision history for this message
Matthias Brantner (matthias-brantner) :
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
1=== modified file 'src/stack.xq'
2--- src/stack.xq 2013-08-09 09:37:05 +0000
3+++ src/stack.xq 2013-10-10 16:23:28 +0000
4@@ -27,8 +27,8 @@
5 :)
6 module namespace stack = "http://zorba.io/modules/stack";
7
8-import module namespace collections-ddl = "http://www.zorba-xquery.com/modules/store/dynamic/collections/ddl";
9-import module namespace collections-dml = "http://www.zorba-xquery.com/modules/store/dynamic/collections/dml";
10+import module namespace collections-ddl = "http://zorba.io/modules/store/dynamic/collections/ddl";
11+import module namespace collections-dml = "http://zorba.io/modules/store/dynamic/collections/dml";
12
13 declare namespace ann = "http://zorba.io/annotations";
14 declare namespace ver = "http://zorba.io/options/versioning";

Subscribers

People subscribed via source and target branches

to all changes: