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

Modified Files:
      Tag: Clients_1-18
        Makefile.ag mjclient.bat.in mjclient.in 
Log Message:
Reverted changes: no new features.
If any changes are merely bugfixes, they will have to be redone.

Index: mjclient.bat.in
===================================================================
RCS file: /cvsroot/monetdb/clients/src/java/scripts/mjclient.bat.in,v
retrieving revision 1.1.6.1
retrieving revision 1.1.6.2
diff -u -d -r1.1.6.1 -r1.1.6.2
--- mjclient.bat.in     16 Aug 2007 10:52:44 -0000      1.1.6.1
+++ mjclient.bat.in     17 Aug 2007 12:56:43 -0000      1.1.6.2
@@ -21,4 +21,4 @@
 @rem Future versions might inspect a database of eligible servers
 @rem to direct the interaction to the proper ports.
 
-call java -jar @[EMAIL PROTECTED] %*
+call java -jar @[EMAIL PROTECTED]@JDBCCLIENT_JAR@ %*

Index: mjclient.in
===================================================================
RCS file: /cvsroot/monetdb/clients/src/java/scripts/mjclient.in,v
retrieving revision 1.3.6.1
retrieving revision 1.3.6.2
diff -u -d -r1.3.6.1 -r1.3.6.2
--- mjclient.in 16 Aug 2007 10:52:44 -0000      1.3.6.1
+++ mjclient.in 17 Aug 2007 12:56:44 -0000      1.3.6.2
@@ -23,4 +23,4 @@
 # to direct the interaction to the proper ports.
 
 [EMAIL PROTECTED]@
-exec java -jar @datadir@/MonetDB/lib/jdbcclient.jar $*
+exec java -jar @datadir@/MonetDB/lib/@JDBCCLIENT_JAR@ $*

Index: Makefile.ag
===================================================================
RCS file: /cvsroot/monetdb/clients/src/java/scripts/Makefile.ag,v
retrieving revision 1.3.6.1
retrieving revision 1.3.6.2
diff -u -d -r1.3.6.1 -r1.3.6.2
--- Makefile.ag 16 Aug 2007 10:52:43 -0000      1.3.6.1
+++ Makefile.ag 17 Aug 2007 12:56:43 -0000      1.3.6.2
@@ -17,14 +17,12 @@
 MTSAFE
 
 scripts_sh = {
-       COND = NOT_WIN32
-       DIR = bindir
+       NOINST
        EXT = ""
        SOURCES = mjclient.in
 }
 
 scripts_bat = {
-       COND = NATIVE_WIN32
-       DIR = bindir
+       NOINST
        SOURCES = mjclient.bat.in
 }


-------------------------------------------------------------------------
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