[pgsqlclient-checkins] pgsqlclient_10 PgSqlClient.build,1.9,1.10
Status: Inactive
Brought to you by:
carlosga_fb
From: <car...@us...> - 2003-11-19 23:09:00
|
Update of /cvsroot/pgsqlclient/pgsqlclient_10 In directory sc8-pr-cvs1:/tmp/cvs-serv7744 Modified Files: PgSqlClient.build Log Message: Updated build file Index: PgSqlClient.build =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/PgSqlClient.build,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** PgSqlClient.build 21 Oct 2003 12:17:47 -0000 1.9 --- PgSqlClient.build 19 Nov 2003 23:08:19 -0000 1.10 *************** *** 40,44 **** <ifnot propertyexists="nunit.framework.dll"> <sysinfo /> ! <property name="nunit.framework.dll" value="${sys.os.folder.programfiles}\NUnit V2.0\bin\nunit.framework.dll" readonly="false" /> </ifnot> --- 40,44 ---- <ifnot propertyexists="nunit.framework.dll"> <sysinfo /> ! <property name="nunit.framework.dll" value="${sys.os.folder.programfiles}\NUnit V2.1\bin\nunit.framework.dll" readonly="false" /> </ifnot> *************** *** 71,77 **** <!-- Build target for all existing platforms --> <target name="build-all" depends="check-build-config"> ! <call target="net-1.0" /> ! <call target="net-1.1" /> ! <call target="mono-1.0" /> </target> --- 71,77 ---- <!-- Build target for all existing platforms --> <target name="build-all" depends="check-build-config"> ! <call target="net-1.0" failonerror="false" /> ! <call target="net-1.1" failonerror="false" /> ! <call target="mono-1.0" failonerror="false" /> </target> |