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

Modified Files:
        mjclient.bat.in mjclient.in 
Log Message:
datadir requires prefix, ie we now also set a variable prefix


Index: mjclient.bat.in
===================================================================
RCS file: /cvsroot/monetdb/java/scripts/mjclient.bat.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- mjclient.bat.in     11 Jan 2008 10:36:16 -0000      1.3
+++ mjclient.bat.in     21 Jan 2008 08:36:14 -0000      1.4
@@ -21,6 +21,7 @@
 @rem Future versions might inspect a database of eligible servers
 @rem to direct the interaction to the proper ports.
 
[EMAIL PROTECTED] prefix="@prefix@"
 @set jdbcclient_jar="@[EMAIL PROTECTED]"
 @if not exist %jdbcclient_jar% set jdbcclient_jar="@[EMAIL PROTECTED]"
 

Index: mjclient.in
===================================================================
RCS file: /cvsroot/monetdb/java/scripts/mjclient.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- mjclient.in 11 Jan 2008 10:36:16 -0000      1.4
+++ mjclient.in 21 Jan 2008 08:36:14 -0000      1.5
@@ -15,6 +15,7 @@
 # Portions created by CWI are Copyright (C) 1997-2008 CWI.
 # All Rights Reserved.
 
+prefix="@prefix@"
 jdbcclient_jar="@datadir@/MonetDB/lib/jdbcclient.jar"
 if [ ! -s "$jdbcclient_jar" ] ; then
        jdbcclient_jar="@QMONETDB_JAVA_BUILD@/jdbcclient.jar"


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to