Mercurial > dive4elements > river
diff flys-artifacts/ChangeLog @ 295:53c155bfde07
Added code to parse the configured OutGenerators in the global configuration and to save a map of such in the FLYSContext.
flys-artifacts/trunk@1633 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 31 Mar 2011 10:56:08 +0000 |
parents | e5e7af208857 |
children | 8d0932c2c2ef |
line wrap: on
line diff
--- a/flys-artifacts/ChangeLog Thu Mar 31 10:54:07 2011 +0000 +++ b/flys-artifacts/ChangeLog Thu Mar 31 10:56:08 2011 +0000 @@ -1,3 +1,12 @@ +2011-03-31 Ingo Weinzierl <ingo@intevation.de> + + * src/main/java/de/intevation/flys/artifacts/context/FLYSContextFactory.java: + Added code to parse the configured OutGenerators and to save them (in a + map) in the FLYSContext. + + * src/main/java/de/intevation/flys/artifacts/context/FLYSContext.java: + Added a key that is used to save the OutGenerators Map in the context. + 2011-03-31 Ingo Weinzierl <ingo@intevation.de> * src/main/java/de/intevation/flys/exports/OutGenerator.java: