Mercurial > dive4elements > river
changeset 8808:54e515504a3f
Use new XMLUtils signature when loading themes.
author | Sascha L. Teichmann <teichmann@intevation.de> |
---|---|
date | Mon, 22 Feb 2016 17:26:11 +0100 |
parents | a4d8b3c6fb57 |
children | d10f0645b125 |
files | artifacts/src/main/java/org/dive4elements/river/artifacts/context/RiverContextFactory.java |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/artifacts/src/main/java/org/dive4elements/river/artifacts/context/RiverContextFactory.java Thu Dec 17 17:07:53 2015 +0100 +++ b/artifacts/src/main/java/org/dive4elements/river/artifacts/context/RiverContextFactory.java Mon Feb 22 17:26:11 2016 +0100 @@ -511,7 +511,7 @@ log.debug("Parse theme cfg: " + themeConfig); - return XMLUtils.parseDocument(new File(themeConfig)); + return XMLUtils.parseDocument(new File(themeConfig), true, XMLUtils.CONF_RESOLVER); }