Mercurial > dive4elements > river
changeset 3480:14d37be8541e
Fix indentation of my last changelog entries
flys-client/trunk@5175 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Bjoern Ricks <bjoern.ricks@intevation.de> |
---|---|
date | Wed, 08 Aug 2012 13:10:30 +0000 |
parents | 40d02fbf414d |
children | e59588ea27bd |
files | flys-client/ChangeLog |
diffstat | 1 files changed, 18 insertions(+), 11 deletions(-) [+] |
line wrap: on
line diff
--- a/flys-client/ChangeLog Wed Aug 08 13:09:34 2012 +0000 +++ b/flys-client/ChangeLog Wed Aug 08 13:10:30 2012 +0000 @@ -1,17 +1,24 @@ 2012-08-08 Björn Ricks <bjoern.ricks@intevation.de> - * src/main/java/de/intevation/flys/client/server/features/FeatureServletContextListener.java, - src/main/java/de/intevation/flys/client/server/BaseServletContextListener.java, - src/main/webapp/WEB-INF/web.xml: - Rename and move FeatureServletContextListener. + * src/main/java/de/intevation/flys/client/server/CapabilitiesParser.java, + src/main/java/de/intevation/flys/client/server/BaseServlet.java, + src/main/webapp/WEB-INF/web.xml: + Remove the obsolete BaseServlet. Initializing of logging is now handled by + the BaseServletContextListener class which is loaded before any Servlet. 2012-08-08 Björn Ricks <bjoern.ricks@intevation.de> - * src/main/java/de/intevation/flys/client/server/features/FeatureServletContextListener.java, - src/main/webapp/WEB-INF/web.xml: - Implement a ServletContextListener to initialize the Fearures from a xml - file. With the context parameter "features-file" in src/main/webapp/WEB-INF/web.xml - a xml file to load features from can be specified. - The FeatureServletContextListener class also initializes the logging now - because it is loaded before the BaseServlet. + * src/main/java/de/intevation/flys/client/server/features/FeatureServletContextListener.java, + src/main/java/de/intevation/flys/client/server/BaseServletContextListener.java, + src/main/webapp/WEB-INF/web.xml: + Rename and move FeatureServletContextListener. + +2012-08-08 Björn Ricks <bjoern.ricks@intevation.de> + * src/main/java/de/intevation/flys/client/server/features/FeatureServletContextListener.java, + src/main/webapp/WEB-INF/web.xml: + Implement a ServletContextListener to initialize the Fearures from a xml + file. With the context parameter "features-file" in src/main/webapp/WEB-INF/web.xml + a xml file to load features from can be specified. + The FeatureServletContextListener class also initializes the logging now + because it is loaded before the BaseServlet. 2012-08-08 Björn Ricks <bjoern.ricks@intevation.de>