You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2006/06/24 23:47:51 UTC

svn commit: r416965 - in /lenya/trunk/src: java/org/apache/lenya/cms/cocoon/components/modules/input/ modules-core/ac-impl/config/cocoon-xconf/ modules-core/ac-impl/java/src/org/apache/lenya/cms/cocoon/components/ modules-core/ac-impl/java/src/org/apac...

Author: andreas
Date: Sat Jun 24 14:47:50 2006
New Revision: 416965

URL: http://svn.apache.org/viewvc?rev=416965&view=rev
Log:
Moved access control input module to ac-impl module

Added:
    lenya/trunk/src/modules-core/ac-impl/config/cocoon-xconf/access-control-input-module.xconf
    lenya/trunk/src/modules-core/ac-impl/java/src/org/apache/lenya/cms/cocoon/components/
    lenya/trunk/src/modules-core/ac-impl/java/src/org/apache/lenya/cms/cocoon/components/modules/
    lenya/trunk/src/modules-core/ac-impl/java/src/org/apache/lenya/cms/cocoon/components/modules/input/
    lenya/trunk/src/modules-core/ac-impl/java/src/org/apache/lenya/cms/cocoon/components/modules/input/AccessControlModule.java   (props changed)
      - copied unchanged from r416653, lenya/trunk/src/java/org/apache/lenya/cms/cocoon/components/modules/input/AccessControlModule.java
Removed:
    lenya/trunk/src/java/org/apache/lenya/cms/cocoon/components/modules/input/AccessControlModule.java

Added: lenya/trunk/src/modules-core/ac-impl/config/cocoon-xconf/access-control-input-module.xconf
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules-core/ac-impl/config/cocoon-xconf/access-control-input-module.xconf?rev=416965&view=auto
==============================================================================
--- lenya/trunk/src/modules-core/ac-impl/config/cocoon-xconf/access-control-input-module.xconf (added)
+++ lenya/trunk/src/modules-core/ac-impl/config/cocoon-xconf/access-control-input-module.xconf Sat Jun 24 14:47:50 2006
@@ -0,0 +1,26 @@
+<?xml version="1.0"?>
+<!--
+  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.
+  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: usecases-workflow-deactivate.xconf 348547 2005-11-23 20:13:01Z chestnut $ -->
+<!--
+    This file defines the publication specific use-cases
+-->
+
+  <xconf xpath="/cocoon/input-modules" unless="/cocoon/input-modules/component-instance[@name = 'access-control']">
+    <component-instance logger="core.modules.input.access-control" name="access-control"
+      class="org.apache.lenya.cms.cocoon.components.modules.input.AccessControlModule"/>
+  </xconf>

Propchange: lenya/trunk/src/modules-core/ac-impl/java/src/org/apache/lenya/cms/cocoon/components/modules/input/AccessControlModule.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: lenya/trunk/src/modules-core/ac-impl/java/src/org/apache/lenya/cms/cocoon/components/modules/input/AccessControlModule.java
------------------------------------------------------------------------------
    svn:keywords = Id



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org