Mercurial > dive4elements > gnv-client
diff gnv-artifacts/doc/conf/conf.xml @ 358:2f7a28f211c7
Fetch ChartTheme from CallContext instead of creating it each time before creating a chart.
gnv-artifacts/trunk@431 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Tue, 15 Dec 2009 15:30:25 +0000 |
parents | 24c21a720aa5 |
children | 8656162eb52d |
line wrap: on
line diff
--- a/gnv-artifacts/doc/conf/conf.xml Tue Dec 15 15:14:21 2009 +0000 +++ b/gnv-artifacts/doc/conf/conf.xml Tue Dec 15 15:30:25 2009 +0000 @@ -414,4 +414,9 @@ <driver>org.h2.Driver</driver> <sql></sql> --> </database> + <charttemplate> + <!-- This section configures the path to the template used to create + charts. --> + <configuration>${artifacts.config.dir}/charttemplate.xml</configuration> + </charttemplate> </artifact-database>