Author: echatellier Date: 2012-10-24 18:13:02 +0200 (Wed, 24 Oct 2012) New Revision: 1078 Url: http://forge.codelutin.com/repositories/revision/coser/1078 Log: Speed up startup Modified: trunk/coser-web/src/main/webapp/WEB-INF/web.xml Modified: trunk/coser-web/src/main/webapp/WEB-INF/web.xml =================================================================== --- trunk/coser-web/src/main/webapp/WEB-INF/web.xml 2012-10-24 16:07:03 UTC (rev 1077) +++ trunk/coser-web/src/main/webapp/WEB-INF/web.xml 2012-10-24 16:13:02 UTC (rev 1078) @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2010 - 2011 Ifremer, Codelutin, Chatellier Eric + Copyright (C) 2010 - 2012 Ifremer, Codelutin, Chatellier Eric %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by @@ -26,7 +26,8 @@ <web-app version="2.5" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"> + xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" + metadata-complete="true"> <display-name>Coser ${project.version}</display-name>
participants (1)
-
echatellier@users.forge.codelutin.com