Mercurial > dive4elements > framework
changeset 45:9449f296cd54
Fixed inconsistencies in documentation after changes in h2-config
artifacts/trunk@162 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Hans Plum <hans.plum@intevation.de> |
---|---|
date | Wed, 30 Sep 2009 10:32:45 +0000 |
parents | 86d2a843e588 |
children | f2648672c9c4 |
files | Changelog README artifact-database/doc/example-conf/conf.xml |
diffstat | 3 files changed, 9 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/Changelog Tue Sep 29 10:25:53 2009 +0000 +++ b/Changelog Wed Sep 30 10:32:45 2009 +0000 @@ -1,3 +1,8 @@ +2009-09-30 Hans Plum <hans@intevation.de> + + * artifact-database/doc/example-conf/conf.xml, README: + Fixed inconsistencies after changes in h2-configuraton. + 2009-09-29 Sascha L. Teichmann <sascha.teichmann@intevation.de> * pom.xml, artifacts/pom.xml, artifact-database/pom.xml:
--- a/README Tue Sep 29 10:25:53 2009 +0000 +++ b/README Wed Sep 30 10:32:45 2009 +0000 @@ -5,4 +5,5 @@ -user USER \ -password PASSWORD \ -url jdbc:h2:artifact-database/doc/example-conf/artifacts.db \ - -script artifact-database/doc/schema.sql + -script artifact-database/doc/schema-h2.sql +
--- a/artifact-database/doc/example-conf/conf.xml Tue Sep 29 10:25:53 2009 +0000 +++ b/artifact-database/doc/example-conf/conf.xml Wed Sep 30 10:32:45 2009 +0000 @@ -24,8 +24,8 @@ <sleep-time>60000</sleep-time> </cleaner> <database> - <user></user> - <password></password> + <user>USER</user> + <password>PASSWORD</password> <!-- <url>jdbc:h2:artifacts.db</url> --> <!-- <driver>org.h2.Driver</driver> --> <!-- <sql></sql> -->