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

Modified Files:
        version.sh 
Log Message:
propagated changes of Monday Jun 04 2007 - Wednesday Jun 06 2007
from the Clients_1-18 branch to the development trunk



Index: version.sh
===================================================================
RCS file: /cvsroot/monetdb/clients/src/java/version.sh,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- version.sh  5 Jun 2007 11:36:55 -0000       1.4
+++ version.sh  6 Jun 2007 12:00:55 -0000       1.5
@@ -110,14 +110,27 @@
        -e "s|Release date: 20[0-9][0-9]-[01][0-9]-[0-3][0-9]|Release date: 
`date +%F`|" \
        ${file} | ${diff} ${file} - | ${patch}
 
-file="Makefile.ag"
-for f in $FILES ; do
-       fr=${f//XXX/${NEW_MAJOR}.${NEW_MINOR}}
-       fo=${f//XXX/${ESC_MAJOR}.${ESC_MINOR}}
-       fo=${fo//./\\.}
-       sed \
-       -e "s|${fo}|$fr|g" \
-               ${file} | ${diff} ${file} - | ${patch}
+for file in \
+       Makefile.ag \
+       ../../../*/NT/MonetDB4-SQL/MonetDB4-Installer.vdproj \
+       ../../../*/NT/MonetDB5-SQL/MonetDB5-Installer.vdproj \
+       ../../../*/src/jdbc/tests/Tests/Test_JdbcClient.SQL.bat \
+       ../../../*/src/jdbc/tests/Tests/Test.SQL.bat \
+       ../../../*/NT/MonetDB-XQuery/MonetDB-XQuery.vdproj \
+       ../../../*/NT/MonetDB4-XQuery/MonetDB4-Installer.vdproj \
+       
../../../*/tests/BugTracker/Tests/JDBC_250_results.SF-1730556.XQUERY.bat \
+       ; do
+       if [[ -f ${file} ]] ; then
+               for f in $FILES ; do
+                       fr=${f//XXX/${NEW_MAJOR}.${NEW_MINOR}}
+                       fo=${f//XXX/${ESC_MAJOR}.${ESC_MINOR}}
+                       fo=${fo//./\\.}
+                       sed -e "s|${fo}|${fr}|g" \
+                               ${file} | ${diff} ${file} - | ${patch}
+               done
+       else
+               echo "'${file##*../}' not found"
+       fi
 done
 
 file="build.properties"


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to