# HG changeset patch # User Ingo Weinzierl # Date 1272385319 0 # Node ID 1d684004a6d1c508fa242dfea3ceb80c94a7aa18 # Parent 35c3e82f7eaa8ab9cfc1eeaa9f94e93360f192c1 Replaced path to database with a path relative to the configuration directory. gnv-artifacts/trunk@1008 c6561f87-3c4e-4783-a992-168aeb5c3f6f diff -r 35c3e82f7eaa -r 1d684004a6d1 gnv-artifacts/ChangeLog --- a/gnv-artifacts/ChangeLog Tue Apr 27 15:11:16 2010 +0000 +++ b/gnv-artifacts/ChangeLog Tue Apr 27 16:21:59 2010 +0000 @@ -1,3 +1,9 @@ +2010-04-27 Ingo Weinzierl + + * doc/conf/conf.xml: Replaced the path to the artifact database with a + relative path since the artifact-server is able to read relative pathes + for the database configuration. + 2010-04-27 Ingo Weinzierl * doc/conf/conf.xml: Changed the default directory of the artifact database. diff -r 35c3e82f7eaa -r 1d684004a6d1 gnv-artifacts/doc/conf/conf.xml --- a/gnv-artifacts/doc/conf/conf.xml Tue Apr 27 15:11:16 2010 +0000 +++ b/gnv-artifacts/doc/conf/conf.xml Tue Apr 27 16:21:59 2010 +0000 @@ -542,7 +542,7 @@ SA - jdbc:h2:../artifactdb/artifacts.db + jdbc:h2:${artifacts.config.dir}/../artifactdb/artifacts.db