Mercurial > dive4elements > river
comparison flys-artifacts/doc/conf/conf.xml @ 341:eca7892bf8ff
Added a first small theme configuration and code to read it.
flys-artifacts/trunk@1740 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 21 Apr 2011 08:47:39 +0000 |
parents | 5a2df8677b3e |
children | f530114182d2 |
comparison
equal
deleted
inserted
replaced
340:b36fd8f21e6a | 341:eca7892bf8ff |
---|---|
68 <dialect>org.hibernate.dialect.PostgreSQLDialect</dialect> | 68 <dialect>org.hibernate.dialect.PostgreSQLDialect</dialect> |
69 <driver>org.postgresql.Driver</driver> | 69 <driver>org.postgresql.Driver</driver> |
70 <url>jdbc:postgresql://localhost:5432/flys</url> | 70 <url>jdbc:postgresql://localhost:5432/flys</url> |
71 </backend-database> | 71 </backend-database> |
72 --> | 72 --> |
73 | |
74 <flys> | |
75 <themes> | |
76 <configuration>${artifacts.config.dir}/themes.xml</configuration> | |
77 </themes> | |
78 </flys> | |
73 </artifact-database> | 79 </artifact-database> |