← Back to team overview

zorba-coders team mailing list archive

[Merge] lp:~zorba-coders/zorba/new-exec into lp:zorba

 

Nicolae Brinza has proposed merging lp:~zorba-coders/zorba/new-exec into lp:zorba.

Commit message:
Modified files that use the process module to request version 1.0, in preparation of the new version of the module.

Requested reviews:
  Nicolae Brinza (nbrinza)
  Matthias Brantner (matthias-brantner)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/new-exec/+merge/164166

Modified files that use the process module to request version 1.0, in preparation of the new version of the module.
-- 
https://code.launchpad.net/~zorba-coders/zorba/new-exec/+merge/164166
Your team Zorba Coders is subscribed to branch lp:zorba.
=== modified file 'test/fots_driver/tools/process.xq'
--- test/fots_driver/tools/process.xq	2013-02-25 15:39:39 +0000
+++ test/fots_driver/tools/process.xq	2013-05-16 11:54:46 +0000
@@ -23,7 +23,7 @@
 
 
 import module namespace proc =
-  "http://www.zorba-xquery.com/modules/process";;
+  "http://www.zorba-xquery.com/modules/process#1.0";;
 import module namespace util =
   "http://www.zorba-xquery.com/fots-driver/util"; at "../util.xq";
 import module namespace d =

=== modified file 'test/zperf/src/start.xq'
--- test/zperf/src/start.xq	2013-02-07 17:24:36 +0000
+++ test/zperf/src/start.xq	2013-05-16 11:54:46 +0000
@@ -17,7 +17,7 @@
 (: XQuery main module :)
 
 import module namespace file="http://expath.org/ns/file";;
-import module namespace proc="http://www.zorba-xquery.com/modules/process";;
+import module namespace proc="http://www.zorba-xquery.com/modules/process#1.0";;
 import module namespace tims="http://www.example.com/timings"; at "timings.xq";
 import module namespace sys ="http://www.zorba-xquery.com/modules/system";;
 import module namespace http="http://expath.org/ns/http-client";;


Follow ups