zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #26149
[Merge] lp:~zorba-coders/zorba/bug-1189862-stack into lp:zorba/stack-module
Paul J. Lucas has proposed merging lp:~zorba-coders/zorba/bug-1189862-stack into lp:zorba/stack-module.
Commit message:
New store module URI.
Requested reviews:
Paul J. Lucas (paul-lucas)
For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-1189862-stack/+merge/190412
New store module URI.
--
https://code.launchpad.net/~zorba-coders/zorba/bug-1189862-stack/+merge/190412
Your team Zorba Coders is subscribed to branch lp:zorba/stack-module.
=== modified file 'src/stack.xq'
--- src/stack.xq 2013-08-09 09:37:05 +0000
+++ src/stack.xq 2013-10-10 16:18:20 +0000
@@ -27,8 +27,8 @@
:)
module namespace stack = "http://zorba.io/modules/stack";
-import module namespace collections-ddl = "http://www.zorba-xquery.com/modules/store/dynamic/collections/ddl";
-import module namespace collections-dml = "http://www.zorba-xquery.com/modules/store/dynamic/collections/dml";
+import module namespace collections-ddl = "http://zorba.io/modules/store/dynamic/collections/ddl";
+import module namespace collections-dml = "http://zorba.io/modules/store/dynamic/collections/dml";
declare namespace ann = "http://zorba.io/annotations";
declare namespace ver = "http://zorba.io/options/versioning";
Follow ups