You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by lg...@apache.org on 2006/02/24 21:37:42 UTC

svn commit: r380811 - in /cocoon/trunk/cocoon-forms/cocoon-forms-impl/src/main: java/org/apache/cocoon/forms/ resources/org/ resources/org/apache/ resources/org/apache/cocoon/ resources/org/apache/cocoon/forms/

Author: lgawron
Date: Fri Feb 24 12:37:41 2006
New Revision: 380811

URL: http://svn.apache.org/viewcvs?rev=380811&view=rev
Log:
non java files go to src/resources

Added:
    cocoon/trunk/cocoon-forms/cocoon-forms-impl/src/main/resources/org/
    cocoon/trunk/cocoon-forms/cocoon-forms-impl/src/main/resources/org/apache/
    cocoon/trunk/cocoon-forms/cocoon-forms-impl/src/main/resources/org/apache/cocoon/
    cocoon/trunk/cocoon-forms/cocoon-forms-impl/src/main/resources/org/apache/cocoon/forms/
    cocoon/trunk/cocoon-forms/cocoon-forms-impl/src/main/resources/org/apache/cocoon/forms/forms.roles
Removed:
    cocoon/trunk/cocoon-forms/cocoon-forms-impl/src/main/java/org/apache/cocoon/forms/forms.roles

Added: cocoon/trunk/cocoon-forms/cocoon-forms-impl/src/main/resources/org/apache/cocoon/forms/forms.roles
URL: http://svn.apache.org/viewcvs/cocoon/trunk/cocoon-forms/cocoon-forms-impl/src/main/resources/org/apache/cocoon/forms/forms.roles?rev=380811&view=auto
==============================================================================
--- cocoon/trunk/cocoon-forms/cocoon-forms-impl/src/main/resources/org/apache/cocoon/forms/forms.roles (added)
+++ cocoon/trunk/cocoon-forms/cocoon-forms-impl/src/main/resources/org/apache/cocoon/forms/forms.roles Fri Feb 24 12:37:41 2006
@@ -0,0 +1,58 @@
+<?xml version="1.0"?>
+<!--
+  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.
+-->
+
+<!--+
+    | $Id: forms.roles 292213 2005-09-28 15:36:40Z vgritsenko $
+    +-->
+<role-list>
+  <role name="org.apache.cocoon.forms.binding.BindingManager"
+        shorthand="forms-binding"
+        default-class="org.apache.cocoon.forms.binding.JXPathBindingManager"/>
+
+  <role name="org.apache.cocoon.forms.CacheManager"
+        shorthand="forms-cachemanager"
+        default-class="org.apache.cocoon.forms.DefaultCacheManager"/>
+
+  <role name="org.apache.cocoon.forms.datatype.DatatypeManager"
+        shorthand="forms-datatype"
+        default-class="org.apache.cocoon.forms.datatype.DefaultDatatypeManager"/>
+
+  <role name="org.apache.cocoon.forms.expression.ExpressionManager"
+        shorthand="forms-expression"
+        default-class="org.apache.cocoon.forms.expression.DefaultExpressionManager"/>
+
+  <role name="org.apache.cocoon.forms.FormManager"
+        shorthand="forms-formmanager"
+        default-class="org.apache.cocoon.forms.DefaultFormManager"/>
+
+  <role name="org.apache.cocoon.forms.datatype.SelectionListBuilderSelector"
+        shorthand="forms-selection-lists"
+        default-class="org.apache.cocoon.core.container.DefaultServiceSelector"/>
+
+  <role name="org.apache.cocoon.forms.validation.WidgetValidatorBuilderSelector"
+        shorthand="forms-validators"
+        default-class="org.apache.cocoon.core.container.DefaultServiceSelector"/>
+	
+  <role name="org.apache.cocoon.forms.event.WidgetListenerBuilderSelector"
+        shorthand="forms-widgetlisteners"
+        default-class="org.apache.cocoon.core.container.DefaultServiceSelector"/>
+
+  <role name="org.apache.cocoon.forms.formmodel.tree.builder.TreeModelDefinitionBuilderSelector"
+        shorthand="forms-treemodels"
+        default-class="org.apache.cocoon.core.container.DefaultServiceSelector"/>
+
+</role-list>