From: | svn(at)pgadmin(dot)org |
---|---|
To: | pgadmin-hackers(at)postgresql(dot)org |
Subject: | SVN Commit by dpage: r4672 - trunk/pgadmin3/pkg/win32/src |
Date: | 2005-11-05 22:26:49 |
Message-ID: | 200511052226.jA5MQnah002443@developer.pgadmin.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-hackers |
Author: dpage
Date: 2005-11-05 22:26:49 +0000 (Sat, 05 Nov 2005)
New Revision: 4672
Modified:
trunk/pgadmin3/pkg/win32/src/pgadmin3.wxs
Log:
Bah - fix path!
Modified: trunk/pgadmin3/pkg/win32/src/pgadmin3.wxs
===================================================================
--- trunk/pgadmin3/pkg/win32/src/pgadmin3.wxs 2005-11-05 22:07:17 UTC (rev 4671)
+++ trunk/pgadmin3/pkg/win32/src/pgadmin3.wxs 2005-11-05 22:26:49 UTC (rev 4672)
@@ -174,8 +174,8 @@
</Component>
<Component Id="postgresql_exes" Guid="43DFC362-A28E-4D52-A308-23AFD1347C58">
- <File Id="postgresql_exes.pg_dump.exe" Name="pg_dum~1.exe" LongName="pg_dump.exe" DiskId="1" src="$(var.PFILESDIR)/PostgreSQL/8.0/bin/pg_dump.exe" />
- <File Id="postgresql_exes.pg_restore.exe" Name="pg_res~1.exe" LongName="pg_restore.exe" DiskId="1" src="$(var.PFILESDIR)/PostgreSQL/8.0/bin/pg_restore.exe" />
+ <File Id="postgresql_exes.pg_dump.exe" Name="pg_dum~1.exe" LongName="pg_dump.exe" DiskId="1" src="$(var.PFILESDIR)/PostgreSQL/8.1/bin/pg_dump.exe" />
+ <File Id="postgresql_exes.pg_restore.exe" Name="pg_res~1.exe" LongName="pg_restore.exe" DiskId="1" src="$(var.PFILESDIR)/PostgreSQL/8.1/bin/pg_restore.exe" />
</Component>
<Component Id="pgagent_libs" Guid="97B9FF01-5EFC-4C4F-8989-0ECD3C0508D3">
From | Date | Subject | |
---|---|---|---|
Next Message | svn | 2005-11-05 22:27:37 | SVN Commit by dpage: r4673 - branches/REL-1_4_0_PATCHES/pgadmin3/pkg/win32/src |
Previous Message | svn | 2005-11-05 22:07:17 | SVN Commit by dpage: r4671 - tags/REL-1_4_0 |