Author: lgawron Date: Wed Dec 8 07:23:00 2004 New Revision: 111276 URL: http://svn.apache.org/viewcvs?view=rev&rev=111276 Log: missing ASL license whitespace sync Modified: cocoon/trunk/src/webapp/WEB-INF/entities/datatypes.dtd cocoon/trunk/src/webapp/WEB-INF/web.xml
Modified: cocoon/trunk/src/webapp/WEB-INF/entities/datatypes.dtd Url: http://svn.apache.org/viewcvs/cocoon/trunk/src/webapp/WEB-INF/entities/datatypes.dtd?view=diff&rev=111276&p1=cocoon/trunk/src/webapp/WEB-INF/entities/datatypes.dtd&r1=111275&p2=cocoon/trunk/src/webapp/WEB-INF/entities/datatypes.dtd&r2=111276 ============================================================================== --- cocoon/trunk/src/webapp/WEB-INF/entities/datatypes.dtd (original) +++ cocoon/trunk/src/webapp/WEB-INF/entities/datatypes.dtd Wed Dec 8 07:23:00 2004 @@ -1,3 +1,19 @@ +<!-- + Copyright 1999-2004 The Apache Software Foundation + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + <!-- DTD for XML Schemas: Part 2: Datatypes --> <!-- Id: datatypes.dtd,v 1.14 2000/10/23 08:58:09 ht Exp --> Modified: cocoon/trunk/src/webapp/WEB-INF/web.xml Url: http://svn.apache.org/viewcvs/cocoon/trunk/src/webapp/WEB-INF/web.xml?view=diff&rev=111276&p1=cocoon/trunk/src/webapp/WEB-INF/web.xml&r1=111275&p2=cocoon/trunk/src/webapp/WEB-INF/web.xml&r2=111276 ============================================================================== --- cocoon/trunk/src/webapp/WEB-INF/web.xml (original) +++ cocoon/trunk/src/webapp/WEB-INF/web.xml Wed Dec 8 07:23:00 2004 @@ -38,7 +38,7 @@ <param-value>/some/path/to/your/webapp</param-value> <description>An override of the session cookie path</description> </context-param--> - + <!-- Servlet Configuration ========================================== --> <servlet> @@ -144,7 +144,7 @@ an XML configuration file here. You can use the usual log4j property substituation mechanism, e.g. ${context-root} is replaced by the context root of this web application etc. - You can configure the log4j configuration even if you use LogKit + You can configure the log4j configuration even if you use LogKit for Cocoon logging. You can use this to configure third party code for example. <init-param> @@ -152,11 +152,11 @@ <param-value>/WEB-INF/log4j.xconf</param-value> </init-param> --> - + <!-- Allow reinstantiating (reloading) of the cocoon instance. If this is set to "yes" or "true", a new cocoon instance can be created using - the request parameter "cocoon-reload". It also enables that Cocoon is + the request parameter "cocoon-reload". It also enables that Cocoon is reloaded when cocoon.xconf changes. Default is no for security reasons. --> <init-param>