[pgsqlclient-checkins] pgsqlclient/WindowsSetup PGSqlClientSetup.gi2,1.1,1.2
Status: Inactive
Brought to you by:
carlosga_fb
From: <car...@us...> - 2003-07-29 22:32:47
|
Update of /cvsroot/pgsqlclient/pgsqlclient/WindowsSetup In directory sc8-pr-cvs1:/tmp/cvs-serv16350 Modified Files: PGSqlClientSetup.gi2 Log Message: Minor changes on AppID and AppName variables Index: PGSqlClientSetup.gi2 =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient/WindowsSetup/PGSqlClientSetup.gi2,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** PGSqlClientSetup.gi2 24 Jul 2003 11:00:32 -0000 1.1 --- PGSqlClientSetup.gi2 29 Jul 2003 17:06:56 -0000 1.2 *************** *** 100,105 **** </launchconditions--> <variables> ! <var name="AppID" value="PGSqlClient .NET Data Provider 1.0 Alpha 1" /> ! <var name="AppName" value="PGSqlClient .NET Data Provider 1.0 Alpha 1" /> <var name="OutputPath" value="Output" type="normal"/> <var name="Password" type="normal"/> --- 100,105 ---- </launchconditions--> <variables> ! <var name="AppID" value="PGSqlClient ADO.NET Data Provider 1.0 Alpha 1" /> ! <var name="AppName" value="PGSqlClient ADO.NET Data Provider 1.0 Alpha 1" /> <var name="OutputPath" value="Output" type="normal"/> <var name="Password" type="normal"/> |