You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cz...@apache.org on 2007/01/18 16:44:52 UTC

svn commit: r497464 - /cocoon/trunk/blocks/cocoon-session-fw/cocoon-session-fw-impl/src/main/resources/org/apache/cocoon/webapps/session/session.roles

Author: cziegeler
Date: Thu Jan 18 07:44:52 2007
New Revision: 497464

URL: http://svn.apache.org/viewvc?view=rev&rev=497464
Log:
Set props

Modified:
    cocoon/trunk/blocks/cocoon-session-fw/cocoon-session-fw-impl/src/main/resources/org/apache/cocoon/webapps/session/session.roles   (contents, props changed)

Modified: cocoon/trunk/blocks/cocoon-session-fw/cocoon-session-fw-impl/src/main/resources/org/apache/cocoon/webapps/session/session.roles
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-session-fw/cocoon-session-fw-impl/src/main/resources/org/apache/cocoon/webapps/session/session.roles?view=diff&rev=497464&r1=497463&r2=497464
==============================================================================
--- cocoon/trunk/blocks/cocoon-session-fw/cocoon-session-fw-impl/src/main/resources/org/apache/cocoon/webapps/session/session.roles (original)
+++ cocoon/trunk/blocks/cocoon-session-fw/cocoon-session-fw-impl/src/main/resources/org/apache/cocoon/webapps/session/session.roles Thu Jan 18 07:44:52 2007
@@ -1,46 +1,46 @@
-<?xml version="1.0"?>
-<!--
-  Licensed to the Apache Software Foundation (ASF) under one or more
-  contributor license agreements.  See the NOTICE file distributed with
-  this work for additional information regarding copyright ownership.
-  The ASF licenses this file to You 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.
--->
-<!-- @version $Id$ -->
-<role-list>
-
-  <role name="org.apache.cocoon.webapps.session.ContextManager"
-        shorthand="session-context-manager"
-        default-class="org.apache.cocoon.webapps.session.components.DefaultContextManager"/>
-
-  <role name="org.apache.cocoon.webapps.session.FormManager"
-        shorthand="session-form-manager"
-        default-class="org.apache.cocoon.webapps.session.components.DefaultFormManager"/>
-
-  <role name="org.apache.cocoon.webapps.session.MediaManager"
-        shorthand="session-media-manager"
-        default-class="org.apache.cocoon.webapps.session.components.DefaultMediaManager"/>
-
-  <role name="org.apache.cocoon.webapps.session.SessionManager"
-        shorthand="session-manager"
-        default-class="org.apache.cocoon.webapps.session.components.DefaultSessionManager"/>
-
-  <role name="org.apache.cocoon.webapps.session.TransactionManager"
-        shorthand="session-transaction-manager"
-        default-class="org.apache.cocoon.webapps.session.components.DefaultTransactionManager"/>
-
-  <role name="org.apache.cocoon.webapps.session.context.SessionContextProviderSelector"
-        shorthand="session-context-providers"
-        default-class="org.apache.cocoon.core.container.DefaultServiceSelector">
-  </role>
-
+<?xml version="1.0"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You 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.
+-->
+<!-- @version $Id$ -->
+<role-list>
+
+  <role name="org.apache.cocoon.webapps.session.ContextManager"
+        shorthand="session-context-manager"
+        default-class="org.apache.cocoon.webapps.session.components.DefaultContextManager"/>
+
+  <role name="org.apache.cocoon.webapps.session.FormManager"
+        shorthand="session-form-manager"
+        default-class="org.apache.cocoon.webapps.session.components.DefaultFormManager"/>
+
+  <role name="org.apache.cocoon.webapps.session.MediaManager"
+        shorthand="session-media-manager"
+        default-class="org.apache.cocoon.webapps.session.components.DefaultMediaManager"/>
+
+  <role name="org.apache.cocoon.webapps.session.SessionManager"
+        shorthand="session-manager"
+        default-class="org.apache.cocoon.webapps.session.components.DefaultSessionManager"/>
+
+  <role name="org.apache.cocoon.webapps.session.TransactionManager"
+        shorthand="session-transaction-manager"
+        default-class="org.apache.cocoon.webapps.session.components.DefaultTransactionManager"/>
+
+  <role name="org.apache.cocoon.webapps.session.context.SessionContextProviderSelector"
+        shorthand="session-context-providers"
+        default-class="org.apache.cocoon.core.container.DefaultServiceSelector">
+  </role>
+
 </role-list>

Propchange: cocoon/trunk/blocks/cocoon-session-fw/cocoon-session-fw-impl/src/main/resources/org/apache/cocoon/webapps/session/session.roles
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cocoon/trunk/blocks/cocoon-session-fw/cocoon-session-fw-impl/src/main/resources/org/apache/cocoon/webapps/session/session.roles
------------------------------------------------------------------------------
    svn:keywords = Id