Mercurial > dive4elements > river
view flys-aft/doc/conf.xml @ 4083:44dc38ca8492
Added an optional XSL transformation to fix the raw DIPS files.
flys-aft/trunk@3513 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Wed, 21 Dec 2011 14:56:29 +0000 |
parents | 97de7a552b79 |
children | b20b710aa86f |
line wrap: on
line source
<?xml version="1.0" encoding="UTF-8"?> <sync> <!-- The path to the DiPs file --> <dips> <file>/the/path/to/the/dips/file</file> <repair>/the/path/to/the/xslt/to/repair/dips</repair> </dips> <!-- The FLYS side --> <side name="flys"> <db> <driver>org.postgresql.Driver</driver> <user>flys</user> <password>flys</password> <url>jdbc:postgresql://localhost:5432/flys</url> </db> </side> <!-- The AFT side --> <side name="aft"> <db> <driver>org.sqlite.JDBC</driver> <user/> <password/> <url>jdbc:sqlite:/path/to/aft.db</url> </db> </side> </sync>