Author: vgritsenko Date: Fri Apr 15 09:00:20 2005 New Revision: 161491 URL: http://svn.apache.org/viewcvs?view=rev&rev=161491 Log: whitespace
Modified: cocoon/branches/BRANCH_2_1_X/src/java/org/apache/cocoon/cocoon.roles Modified: cocoon/branches/BRANCH_2_1_X/src/java/org/apache/cocoon/cocoon.roles URL: http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/src/java/org/apache/cocoon/cocoon.roles?view=diff&r1=161490&r2=161491 ============================================================================== --- cocoon/branches/BRANCH_2_1_X/src/java/org/apache/cocoon/cocoon.roles (original) +++ cocoon/branches/BRANCH_2_1_X/src/java/org/apache/cocoon/cocoon.roles Fri Apr 15 09:00:20 2005 @@ -1,6 +1,6 @@ <?xml version="1.0"?> <!-- - Copyright 1999-2004 The Apache Software Foundation + Copyright 1999-2005 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. @@ -15,7 +15,7 @@ limitations under the License. --> <!DOCTYPE role-list [ -<!ELEMENT role-list (role+)> +<!ELEMENT role-list (role+)> <!ELEMENT role (hint*)> <!ELEMENT hint EMPTY> <!ATTLIST role name CDATA #REQUIRED @@ -44,7 +44,7 @@ default-class="org.apache.cocoon.components.resolver.DefaultResolver"/> <!-- Parser: - + Starting with Cocoon 2.1 we have a bunch of different parser: - a SAX parser (producing SAX events) - a DOM parser (producint a document) @@ -123,8 +123,7 @@ <role name="org.apache.avalon.excalibur.datasource.DataSourceComponentSelector" shorthand="datasources" default-class="org.apache.cocoon.components.ExtendedComponentSelector"> - <hint shorthand="jdbc" class="org.apache.avalon.excalibur.datasource.ResourceLimitingJdbcDataSource"/> - <!-- hint shorthand="jdbc" class="org.apache.avalon.excalibur.datasource.JdbcDataSource"/ --> + <hint shorthand="jdbc" class="org.apache.avalon.excalibur.datasource.ResourceLimitingJdbcDataSource"/> <hint shorthand="j2ee" class="org.apache.avalon.excalibur.datasource.J2eeDataSource"/> <hint shorthand="informix" class="org.apache.avalon.excalibur.datasource.InformixDataSource"/> </role> @@ -155,11 +154,11 @@ default-class="org.apache.cocoon.i18n.XMLResourceBundleFactory"/> <!-- Control flow layer: the interpreters selector and continuations manager --> - <role name="org.apache.cocoon.components.flow.Interpreter" + <role name="org.apache.cocoon.components.flow.Interpreter" shorthand="flow-interpreters" default-class="org.apache.cocoon.components.ExtendedComponentSelector" /> - <role name="org.apache.cocoon.components.flow.ContinuationsManager" + <role name="org.apache.cocoon.components.flow.ContinuationsManager" shorthand="continuations-manager" default-class="org.apache.cocoon.components.flow.ContinuationsManagerImpl" /> @@ -175,7 +174,7 @@ <role name="org.apache.cocoon.components.modules.input.SitemapVariableHolder" shorthand="global-variables" default-class="org.apache.cocoon.components.modules.input.SitemapVariableHolder"/> - + <!-- Storing data in the current request --> <role name="org.apache.cocoon.components.persistence.RequestDataStore" shorthand="request-data-store"