Update of /cvsroot/monetdb/geom
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv1603/geom

Modified Files:
        RunMapprove.bat.in RunMapprove.in 
Log Message:

Since SQL & GEOM do no longer support the MonetDB4 back-end,
we clean up the code base by removing all MonetDB4-related "legacy"
from the SQL & GEOM repositories.

For convenience, the changes are wrapped in CVS tags
"with_MonetDB4" & "without_MonetDB4".


U RunMapprove.in
Index: RunMapprove.in
===================================================================
RCS file: /cvsroot/monetdb/geom/RunMapprove.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- RunMapprove.in      28 Oct 2008 16:34:36 -0000      1.4
+++ RunMapprove.in      29 Oct 2008 19:00:40 -0000      1.5
@@ -27,7 +27,6 @@
 for arg
 do
     case "$arg" in
-    -4) V=4;;
     -5) V=5;;
     esac
 done

U RunMapprove.bat.in
Index: RunMapprove.bat.in
===================================================================
RCS file: /cvsroot/monetdb/geom/RunMapprove.bat.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- RunMapprove.bat.in  28 Oct 2008 16:32:22 -0000      1.2
+++ RunMapprove.bat.in  29 Oct 2008 19:00:39 -0000      1.3
@@ -10,7 +10,6 @@
 
 rem default back end is MonetDB5
 set V=5
-if "%1" == "-4" set V=4& shift
 if "%1" == "-5" set V=5& shift
 
 set pkg=monetdb-sql


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to