zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #26236
[Merge] lp:~zorba-coders/zorba/data-cleaning_reflection-changes into lp:zorba/data-cleaning-module
Juan Zacarias has proposed merging lp:~zorba-coders/zorba/data-cleaning_reflection-changes into lp:zorba/data-cleaning-module.
Commit message:
Changed namespace of the reflection module used in conversion.
Requested reviews:
Juan Zacarias (juan457)
Chris Hillery (ceejatec)
For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/data-cleaning_reflection-changes/+merge/191467
Changed namespace of the reflection module used in conversion.
--
https://code.launchpad.net/~zorba-coders/zorba/data-cleaning_reflection-changes/+merge/191467
Your team Zorba Coders is subscribed to branch lp:zorba/data-cleaning-module.
=== modified file 'src/conversion.xq'
--- src/conversion.xq 2013-08-09 09:37:05 +0000
+++ src/conversion.xq 2013-10-16 17:06:59 +0000
@@ -35,7 +35,7 @@
import module namespace http = "http://www.zorba-xquery.com/modules/http-client";
-import module namespace reflection = "http://www.zorba-xquery.com/modules/reflection";
+import module namespace reflection = "http://zorba.io/modules/reflection";
declare namespace ver = "http://zorba.io/options/versioning";
declare option ver:module-version "2.0";