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

From: svn(at)pgadmin(dot)org
To: pgadmin-hackers(at)postgresql(dot)org
Subject: SVN Commit by dpage: r4504 - trunk/pgadmin3/pkg/win32/src
Date: 2005-10-05 19:53:40
Message-ID: 200510051953.j95JreaV022418@developer.pgadmin.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Author: dpage
Date: 2005-10-05 20:53:39 +0100 (Wed, 05 Oct 2005)
New Revision: 4504

Modified:
trunk/pgadmin3/pkg/win32/src/pgadmin3.wxs
Log:
Add missing hints.

Modified: trunk/pgadmin3/pkg/win32/src/pgadmin3.wxs
===================================================================
--- trunk/pgadmin3/pkg/win32/src/pgadmin3.wxs 2005-10-05 17:59:53 UTC (rev 4503)
+++ trunk/pgadmin3/pkg/win32/src/pgadmin3.wxs 2005-10-05 19:53:39 UTC (rev 4504)
@@ -45,27 +45,55 @@
<Directory Id="DOCSDIR" Name="Docs">
<Directory Id="EN_USDOCSDIR" Name="en_US">

- <Component Id="pgadmin_docs" Guid="1F6CED52-1445-4524-83DC-77F7C34177A9">
- <File Id="pgadmin_docs.bugreport.html" Name="bugrep~1.htm" LongName="bugreport.html" DiskId="1" src="../../docs/en_US/bugreport.html" />
- <File Id="pgadmin_docs.pgadmin3.chm" Name="pgadmin3.chm" DiskId="1" src="../../docs/en_US/pgadmin3.chm" />
- <File Id="pgadmin_docs.tips.txt" Name="tips.txt" DiskId="1" src="../../docs/en_US/tips.txt" />
- <Shortcut Id="pgadmin_docs.pgadmin3.chm" Directory="SMDIR" Name="pga3help" LongName="$(var.APPNAME) Help" Target="[#pgadmin_docs.pgadmin3.chm]" Description="pgAdmin and PostgreSQL documentation" Show="normal" />
+ <Component Id="en_us_docs" Guid="1F6CED52-1445-4524-83DC-77F7C34177A9">
+ <File Id="en_us_docs.bugreport.html" Name="bugrep~1.htm" LongName="bugreport.html" DiskId="1" src="../../docs/en_US/bugreport.html" />
+ <File Id="en_us_docs.pgadmin3.chm" Name="pgadmin3.chm" DiskId="1" src="../../docs/en_US/pgadmin3.chm" />
+ <File Id="en_us_docs.tips.txt" Name="tips.txt" DiskId="1" src="../../docs/en_US/tips.txt" />
+ <Shortcut Id="en_us_docs.pgadmin3.chm" Directory="SMDIR" Name="pga3help" LongName="$(var.APPNAME) Help" Target="[#pgadmin_docs.pgadmin3.chm]" Description="pgAdmin and PostgreSQL documentation" Show="normal" />
</Component>

- <Directory Id="HINTSDIR" Name="Hints">
+ <Directory Id="EN_USHINTSDIR" Name="Hints">

- <Component Id="pgadmin_hints" Guid="72DD1747-4AF2-48F6-BF92-0A93A3D19593">
- <File Id="pgadmin_hints.conn-hba.html" Name="conn-h~1.htm" LongName="conn-hba.html" DiskId="1" src="../../docs/en_US/hints/conn-hba.html" />
- <File Id="pgadmin_hints.conn-ident.html" Name="conn-i~1.htm" LongName="conn-ident.html" DiskId="1" src="../../docs/en_US/hints/conn-ident.html" />
- <File Id="pgadmin_hints.conn-listen.html" Name="conn-l~1.htm" LongName="conn-listen.html" DiskId="1" src="../../docs/en_US/hints/conn-listen.html" />
- <File Id="pgadmin_hints.fki.html" Name="fki.htm" LongName="fki.html" DiskId="1" src="../../docs/en_US/hints/fki.html" />
- <File Id="pgadmin_hints.multiple.html" Name="multiple.htm" LongName="multiple.html" DiskId="1" src="../../docs/en_US/hints/multiple.html" />
- <File Id="pgadmin_hints.pk.html" Name="pk.htm" LongName="conn-listen.html" DiskId="1" src="../../docs/en_US/hints/pk.html" />
- <File Id="pgadmin_hints.vacuum.html" Name="vacuum.htm" LongName="vacuum.html" DiskId="1" src="../../docs/en_US/hints/vacuum.html" />
+ <Component Id="en_us_hints" Guid="72DD1747-4AF2-48F6-BF92-0A93A3D19593">
+ <File Id="en_us_hints.autovacuum.html" Name="autova~1.htm" LongName="autovacuum.html" DiskId="1" src="../../docs/en_US/hints/autovacuum.html" />
+ <File Id="en_us_hints.conn-hba.html" Name="conn-h~1.htm" LongName="conn-hba.html" DiskId="1" src="../../docs/en_US/hints/conn-hba.html" />
+ <File Id="en_us_hints.conn-ident.html" Name="conn-i~1.htm" LongName="conn-ident.html" DiskId="1" src="../../docs/en_US/hints/conn-ident.html" />
+ <File Id="en_us_hints.conn-listen.html" Name="conn-l~1.htm" LongName="conn-listen.html" DiskId="1" src="../../docs/en_US/hints/conn-listen.html" />
+ <File Id="en_us_hints.encoding-ascii.html" Name="encodi~1.htm" LongName="encoding-ascii.html" DiskId="1" src="../../docs/en_US/hints/encoding-ascii.html" />
+ <File Id="en_us_hints.encoding-unicode.html" Name="encodi~2.htm" LongName="encoding-unicode.html" DiskId="1" src="../../docs/en_US/hints/encoding-unicode.html" />
+ <File Id="en_us_hints.fki.html" Name="fki.htm" LongName="fki.html" DiskId="1" src="../../docs/en_US/hints/fki.html" />
+ <File Id="en_us_hints.instrumentation.html" Name="instru~1.htm" LongName="instrumentation.html" DiskId="1" src="../../docs/en_US/hints/instrumentation.html" />
+ <File Id="en_us_hints.multiple.html" Name="multiple.htm" LongName="multiple.html" DiskId="1" src="../../docs/en_US/hints/multiple.html" />
+ <File Id="en_us_hints.pk.html" Name="pk.htm" LongName="conn-listen.html" DiskId="1" src="../../docs/en_US/hints/pk.html" />
+ <File Id="en_us_hints.vacuum.html" Name="vacuum.htm" LongName="vacuum.html" DiskId="1" src="../../docs/en_US/hints/vacuum.html" />
+ <File Id="en_us_hints.view-without-pk.html" Name="view-w~.htm" LongName="view-without-pk.html" DiskId="1" src="../../docs/en_US/hints/view-without-pk.html" />
</Component>

</Directory>
</Directory>
+
+ <Directory Id="DE_DEDOCSDIR" Name="de_DE">
+
+ <Directory Id="DE_DEHINTSDIR" Name="Hints">
+
+ <Component Id="de_de_hints" Guid="68C927F6-90DD-4275-BCDE-C41E4173FF8A">
+ <File Id="de_de_hints.autovacuum.html" Name="autova~1.htm" LongName="autovacuum.html" DiskId="1" src="../../docs/de_DE/hints/autovacuum.html" />
+ <File Id="de_de_hints.conn-hba.html" Name="conn-h~1.htm" LongName="conn-hba.html" DiskId="1" src="../../docs/de_DE/hints/conn-hba.html" />
+ <File Id="de_de_hints.conn-ident.html" Name="conn-i~1.htm" LongName="conn-ident.html" DiskId="1" src="../../docs/de_DE/hints/conn-ident.html" />
+ <File Id="de_de_hints.conn-listen.html" Name="conn-l~1.htm" LongName="conn-listen.html" DiskId="1" src="../../docs/de_DE/hints/conn-listen.html" />
+ <File Id="de_de_hints.encoding-ascii.html" Name="encodi~1.htm" LongName="encoding-ascii.html" DiskId="1" src="../../docs/de_DE/hints/encoding-ascii.html" />
+ <File Id="de_de_hints.encoding-unicode.html" Name="encodi~2.htm" LongName="encoding-unicode.html" DiskId="1" src="../../docs/de_DE/hints/encoding-unicode.html" />
+ <File Id="de_de_hints.fki.html" Name="fki.htm" LongName="fki.html" DiskId="1" src="../../docs/de_DE/hints/fki.html" />
+ <File Id="de_de_hints.instrumentation.html" Name="instru~1.htm" LongName="instrumentation.html" DiskId="1" src="../../docs/de_DE/hints/instrumentation.html" />
+ <File Id="de_de_hints.multiple.html" Name="multiple.htm" LongName="multiple.html" DiskId="1" src="../../docs/de_DE/hints/multiple.html" />
+ <File Id="de_de_hints.pk.html" Name="pk.htm" LongName="conn-listen.html" DiskId="1" src="../../docs/de_DE/hints/pk.html" />
+ <File Id="de_de_hints.vacuum.html" Name="vacuum.htm" LongName="vacuum.html" DiskId="1" src="../../docs/de_DE/hints/vacuum.html" />
+ <File Id="de_de_hints.view-without-pk.html" Name="view-w~.htm" LongName="view-without-pk.html" DiskId="1" src="../../docs/de_DE/hints/view-without-pk.html" />
+ </Component>
+
+ </Directory>
+ </Directory>
+
</Directory>

<Component Id="pgagent_exes" Guid="FD786FF5-F499-42B3-8070-248E987F7E91">
@@ -115,8 +143,9 @@
<Feature Id="pgadmin3" Title="$(var.APPNAME)" Description="The pgAdmin management and administration console." Display="expand" Level="1">
<ComponentRef Id="core_libs" />
<ComponentRef Id="pgadmin_exes" />
- <ComponentRef Id="pgadmin_docs" />
- <ComponentRef Id="pgadmin_hints" />
+ <ComponentRef Id="en_us_docs" />
+ <ComponentRef Id="de_de_hints" />
+ <ComponentRef Id="en_us_hints" />
<ComponentRef Id="pgadmin_il8n" />

<Feature Id="postgresql_utilities" Title="PostgreSQL Utilties" Description="PostgreSQL's pg_dump and pg_restore utilties used by pgAdmin to dump and restore databases." Level="1">

Browse pgadmin-hackers by date

  From Date Subject
Next Message svn 2005-10-05 19:54:38 SVN Commit by dpage: r4505 - trunk/pgadmin3/pkg/debian
Previous Message svn 2005-10-05 18:00:02 SVN Commit by andreas: r4503 - trunk/pgadmin3/docs/en_US/images