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 2006/04/12 18:48:57 UTC

svn commit: r393509 - in /cocoon/trunk/blocks/cocoon-deli/cocoon-deli-impl/src/main/resources/org: ./ apache/ apache/cocoon/ apache/cocoon/components/ apache/cocoon/components/deli/ apache/cocoon/components/deli/deli.roles

Author: cziegeler
Date: Wed Apr 12 09:48:56 2006
New Revision: 393509

URL: http://svn.apache.org/viewcvs?rev=393509&view=rev
Log:
Moving resources into own resources directory.

Added:
    cocoon/trunk/blocks/cocoon-deli/cocoon-deli-impl/src/main/resources/org/
    cocoon/trunk/blocks/cocoon-deli/cocoon-deli-impl/src/main/resources/org/apache/
    cocoon/trunk/blocks/cocoon-deli/cocoon-deli-impl/src/main/resources/org/apache/cocoon/
    cocoon/trunk/blocks/cocoon-deli/cocoon-deli-impl/src/main/resources/org/apache/cocoon/components/
    cocoon/trunk/blocks/cocoon-deli/cocoon-deli-impl/src/main/resources/org/apache/cocoon/components/deli/
    cocoon/trunk/blocks/cocoon-deli/cocoon-deli-impl/src/main/resources/org/apache/cocoon/components/deli/deli.roles

Added: cocoon/trunk/blocks/cocoon-deli/cocoon-deli-impl/src/main/resources/org/apache/cocoon/components/deli/deli.roles
URL: http://svn.apache.org/viewcvs/cocoon/trunk/blocks/cocoon-deli/cocoon-deli-impl/src/main/resources/org/apache/cocoon/components/deli/deli.roles?rev=393509&view=auto
==============================================================================
--- cocoon/trunk/blocks/cocoon-deli/cocoon-deli-impl/src/main/resources/org/apache/cocoon/components/deli/deli.roles (added)
+++ cocoon/trunk/blocks/cocoon-deli/cocoon-deli-impl/src/main/resources/org/apache/cocoon/components/deli/deli.roles Wed Apr 12 09:48:56 2006
@@ -0,0 +1,22 @@
+<?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: deli.roles 390029 2006-03-30 08:18:53Z reinhard $ -->
+<role-list>
+  <role name="org.apache.cocoon.components.deli.Deli"
+        shorthand="deli"
+        default-class="org.apache.cocoon.components.deli.DeliImpl"/>
+</role-list>
\ No newline at end of file