Update of /cvsroot/monetdb/pathfinder/NT
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv24719

Modified Files:
        MPFclient.bat MXQclient.bat 
Log Message:
MapiClient -> mclient

Index: MPFclient.bat
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/NT/MPFclient.bat,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- MPFclient.bat       17 Aug 2006 11:57:09 -0000      1.6
+++ MPFclient.bat       31 Aug 2007 09:42:33 -0000      1.7
@@ -12,7 +12,7 @@
 
 rem start the real client
 set XMLFILE=%TEMP%\MonetDB-XQuery-%RANDOM%.xml
-"%MONETDB%\bin\MapiClient.exe"  --set "prefix=%MONETDB%" --set 
"exec_prefix=%MONETDB%" -lxquery -oxml %* > "%XMLFILE%" && "%XMLFILE%"
+"%MONETDB%\bin\mclient.exe"  --set "prefix=%MONETDB%" --set 
"exec_prefix=%MONETDB%" -lxquery -oxml %* > "%XMLFILE%" && "%XMLFILE%"
 
 rem add a short sleep to make sure that there was time to open the
 rem file before we delete it

Index: MXQclient.bat
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/NT/MXQclient.bat,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- MXQclient.bat       19 Jun 2007 13:40:26 -0000      1.3
+++ MXQclient.bat       31 Aug 2007 09:42:34 -0000      1.4
@@ -9,7 +9,7 @@
 @set PATH=%MONETDB%\bin;%MONETDB%\lib;%MONETDB%\lib\bin;%PATH%
 
 @rem provide some helpful information about usage
[EMAIL PROTECTED] ^MapiClient interactive MonetDB/XQuery session: type an 
XQuery or XQUF update.
[EMAIL PROTECTED] ^mclient interactive MonetDB/XQuery session: type an XQuery 
or XQUF update.
 @echo ^Supported document-management XQuery extensions:
 @echo ^ pf:collections() as node()
 @echo ^ pf:documents($collectionName as xs:string) as node()
@@ -29,4 +29,4 @@
 @echo ^<^>      - send query to server (or CTRL-Z)
 
 @rem start the real client
-@"%MONETDB%\bin\MapiClient.exe" --set "prefix=%MONETDB%" --set 
"exec_prefix=%MONETDB%" -lxquery %*
+@"%MONETDB%\bin\mclient.exe" --set "prefix=%MONETDB%" --set 
"exec_prefix=%MONETDB%" -lxquery %*


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to