# HG changeset patch # User Bjoern Ricks # Date 1344431430 0 # Node ID 14d37be8541e0e61c335790986fd065c6ecc0e86 # Parent 40d02fbf414dc3bc50a2d9b38e3780d33486a254 Fix indentation of my last changelog entries flys-client/trunk@5175 c6561f87-3c4e-4783-a992-168aeb5c3f6f diff -r 40d02fbf414d -r 14d37be8541e flys-client/ChangeLog --- 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 - * 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 - * 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 + * 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