Update of /cvsroot/monetdb/clients/src/java/example
In directory 
sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv1515/clients/src/java/example

Modified Files:
        SQLImport.java 
Log Message:

There has been the desire to rename "MapiClient" into "mclient"
and this "tiny" checkin serves to implment (most of) this desire;
I did not change any Windows installer files and/or MapiClient-related
.bat (batch-) scripts.

Details:

Martin already added "mclient" as clone of "MapiClient" in clients,
and Sjoerd fixed the RPM .spec files for packaging accordingly.
(Windows installer files will most probably follow soon.)

To ensure a "smooth" transition, the idea is to provide both
"MapiClient" and "mclient" with the upcoming feature release of clients.
This allows backward compatibility with the currently released "Stable"
versions of the remaining MonetDB packages.

This checking makes sure that the development versions of all remaining
MonetDB packages move from using "MapiClient" to using "mclient",
requiring the latest development version of clients, that will soon be
released as new feature release "MonetDB-Clients 1.20.0".

Once also the current development versions of the remainig MonetDB pakages
(now using "mclient" instead of "MapiClient") have been released,
"MapiClient" can/will be removed from clients.

For convenient reference, these changes are wrapped in tags
"MapiClient_2_mclient-before" & "MapiClient_2_mclient-after".


Please note:
Like various "MapiClient"/"mclient"-related (and other) changes in
monetwed/ before, these changes reflect the situation of the to-be
release new feature release of clients (MonetDB-Clients);
hence, these changes should not go life, before the respective
release has been finished.


Index: SQLImport.java
===================================================================
RCS file: /cvsroot/monetdb/clients/src/java/example/SQLImport.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- SQLImport.java      3 Jan 2007 12:17:24 -0000       1.2
+++ SQLImport.java      22 Aug 2007 06:21:44 -0000      1.3
@@ -20,7 +20,7 @@
 import java.io.*;
 
 /**
- * This simple example somewhat emulates the MapiClient command. However in
+ * This simple example somewhat emulates the mclient command. However in
  * it's simpleness it only supports SQL queries which entirely are on one line.
  *
  * This program reads a file line by line, and feeds the line into a running


-------------------------------------------------------------------------
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-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to