pginstaller - pginst: Move translation validation into custom task.

From: mha(at)pgfoundry(dot)org (User Mha)
To: pgsql-committers(at)postgresql(dot)org
Subject: pginstaller - pginst: Move translation validation into custom task.
Date: 2007-04-12 14:50:23
Message-ID: 20070412145023.DADEC2172F2@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Move translation validation into custom task.
Fix the fact that our XSD wasn't actually spec compliant, but the vbscript code accepted it :S

Modified Files:
--------------
pginst/lang:
lang.proj (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/lang/lang.proj.diff?r1=1.1&r2=1.2)
translation.xsd (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/lang/translation.xsd.diff?r1=1.2&r2=1.3)
pginst/util/tasks:
tasks.proj (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/util/tasks/tasks.proj.diff?r1=1.1&r2=1.2)

Added Files:
-----------
pginst/util/tasks:
validatetranslation.cs (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/util/tasks/validatetranslation.cs?rev=1.1&content-type=text/x-cvsweb-markup)

Removed Files:
-------------
pginst/util:
validatetrans.vbs
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/util/validatetrans.vbs)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2007-04-12 15:04:35 pgsql: Cancel pending fsync requests during WAL replay of DROP DATABASE,
Previous Message User Mha 2007-04-12 13:21:28 pginstaller - pginst: Add a target for building a ZIP file with debug