[pgsqlclient-checkins] pgsqlclient_10 DotNETBuild.bat,1.2,1.3
Status: Inactive
Brought to you by:
carlosga_fb
From: <car...@us...> - 2003-09-21 22:37:05
|
Update of /cvsroot/pgsqlclient/pgsqlclient_10 In directory sc8-pr-cvs1:/tmp/cvs-serv32138 Modified Files: DotNETBuild.bat Log Message: Updated Index: DotNETBuild.bat =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/DotNETBuild.bat,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** DotNETBuild.bat 12 Sep 2003 20:47:43 -0000 1.2 --- DotNETBuild.bat 21 Sep 2003 22:37:01 -0000 1.3 *************** *** 1 **** ! nant -buildfile:PgSqlClient.build %1 %2 %3 %4 --- 1 ---- ! nant -buildfile:PgSqlClient.build -verbose %1 %2 %3 %4 |