configurator - configurator: More or less working code now, Rules still

From: davecramer(at)pgfoundry(dot)org (User Davecramer)
To: pgsql-committers(at)postgresql(dot)org
Subject: configurator - configurator: More or less working code now, Rules still
Date: 2005-07-13 17:46:06
Message-ID: 20050713174606.A19E66B980F@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
More or less working code now, Rules still need work
Command line version that reads configuration file and outputs new configuration file

Modified Files:
--------------
configurator/java/src/java/main/org/postgresql/configurator:
PropertiesConfiguration.java (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/configurator/configurator/java/src/java/main/org/postgresql/configurator/PropertiesConfiguration.java.diff?r1=1.1&r2=1.2)
SystemInformation.java (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/configurator/configurator/java/src/java/main/org/postgresql/configurator/SystemInformation.java.diff?r1=1.1&r2=1.2)
pgconfigurator.java.drl (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/configurator/configurator/java/src/java/main/org/postgresql/configurator/pgconfigurator.java.drl.diff?r1=1.1&r2=1.2)
configurator/java/src/java/main/org/postgresql/configurator/os:
Apple.java (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/configurator/configurator/java/src/java/main/org/postgresql/configurator/os/Apple.java.diff?r1=1.1&r2=1.2)
Linux.java (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/configurator/configurator/java/src/java/main/org/postgresql/configurator/os/Linux.java.diff?r1=1.1&r2=1.2)

Added Files:
-----------
configurator/java/src/java/main/org/postgresql/configurator:
ConfigurationException.java (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/configurator/configurator/java/src/java/main/org/postgresql/configurator/ConfigurationException.java?rev=1.1&content-type=text/x-cvsweb-markup)
PGConfig.java (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/configurator/configurator/java/src/java/main/org/postgresql/configurator/PGConfig.java?rev=1.1&content-type=text/x-cvsweb-markup)
UserSystemInfo.java (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/configurator/configurator/java/src/java/main/org/postgresql/configurator/UserSystemInfo.java?rev=1.1&content-type=text/x-cvsweb-markup)
configurator/java/src/java/test/org/postgresql/configurator:
TestUserSystemInfo.java (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/configurator/configurator/java/src/java/test/org/postgresql/configurator/TestUserSystemInfo.java?rev=1.1&content-type=text/x-cvsweb-markup)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-07-13 22:46:10 pgsql: Fix a couple of bogus comments, per Alvaro.
Previous Message Tom Lane 2005-07-13 17:12:56 pgsql: Remove extraneous space after -L ...