SVN Commit by dpage: r4672 - trunk/pgadmin3/pkg/win32/src

Поиск
Список
Период
Сортировка
От svn@pgadmin.org
Тема SVN Commit by dpage: r4672 - trunk/pgadmin3/pkg/win32/src
Дата
Msg-id 200511052226.jA5MQnah002443@developer.pgadmin.org
обсуждение исходный текст
Список 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">


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: svn@pgadmin.org
Дата:
Сообщение: SVN Commit by dpage: r4671 - tags/REL-1_4_0
Следующее
От: svn@pgadmin.org
Дата:
Сообщение: SVN Commit by dpage: r4673 - branches/REL-1_4_0_PATCHES/pgadmin3/pkg/win32/src