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/25 13:19:26 UTC

svn commit: r417011 - in /lenya/trunk/src: modules-core/ac-impl/ modules-core/ac-impl/java/src/org/apache/lenya/ac/cache/ modules-core/cache/ modules-core/cache/config/ modules-core/cache/config/cocoon-xconf/ modules-core/cache/java/ modules-core/cache...

Author: andreas
Date: Sun Jun 25 04:19:26 2006
New Revision: 417011

URL: http://svn.apache.org/viewvc?rev=417011&view=rev
Log:
Moved SourceCache from ac-impl to cache module.

Added:
    lenya/trunk/src/modules-core/cache/
    lenya/trunk/src/modules-core/cache/config/
    lenya/trunk/src/modules-core/cache/config/cocoon-xconf/
    lenya/trunk/src/modules-core/cache/config/cocoon-xconf/source-cache.xconf
      - copied unchanged from r416995, lenya/trunk/src/webapp/lenya/config/cocoon-xconf/misc/source-cache.xconf
    lenya/trunk/src/modules-core/cache/java/
    lenya/trunk/src/modules-core/cache/java/src/
    lenya/trunk/src/modules-core/cache/java/src/org/
    lenya/trunk/src/modules-core/cache/java/src/org/apache/
    lenya/trunk/src/modules-core/cache/java/src/org/apache/lenya/
    lenya/trunk/src/modules-core/cache/java/src/org/apache/lenya/ac/
    lenya/trunk/src/modules-core/cache/java/src/org/apache/lenya/ac/cache/
      - copied from r416995, lenya/trunk/src/modules-core/ac-impl/java/src/org/apache/lenya/ac/cache/
    lenya/trunk/src/modules-core/cache/module.xml
Removed:
    lenya/trunk/src/modules-core/ac-impl/java/src/org/apache/lenya/ac/cache/
    lenya/trunk/src/webapp/lenya/config/cocoon-xconf/misc/source-cache.xconf
Modified:
    lenya/trunk/src/modules-core/ac-impl/module.xml
    lenya/trunk/src/modules-core/usecase-impl/module.xml

Modified: lenya/trunk/src/modules-core/ac-impl/module.xml
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules-core/ac-impl/module.xml?rev=417011&r1=417010&r2=417011&view=diff
==============================================================================
--- lenya/trunk/src/modules-core/ac-impl/module.xml (original)
+++ lenya/trunk/src/modules-core/ac-impl/module.xml Sun Jun 25 04:19:26 2006
@@ -21,6 +21,7 @@
   <id>org.apache.lenya.modules.ac-impl</id>
   <published>false</published>
   <depends module="org.apache.lenya.modules.usecase"/>
+  <depends module="org.apache.lenya.modules.cache"/>
   <package>org.apache.lenya.modules</package>
   <version>0.1-dev</version>
   <name>Access control implementation</name>

Added: lenya/trunk/src/modules-core/cache/module.xml
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules-core/cache/module.xml?rev=417011&view=auto
==============================================================================
--- lenya/trunk/src/modules-core/cache/module.xml (added)
+++ lenya/trunk/src/modules-core/cache/module.xml Sun Jun 25 04:19:26 2006
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  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: publication.xml 374687 2006-02-03 15:24:55Z michi $ -->
+
+<module xmlns="http://apache.org/lenya/module/1.0">
+  <id>org.apache.lenya.modules.cache</id>
+  <depends module="org.apache.lenya.modules.usecase"/>
+  <package>org.apache.lenya.modules</package>
+  <version>0.1-dev</version>
+  <name>Source cache</name>
+  <lenya-version>@lenya.version@</lenya-version>
+  <description>Source cache</description>
+</module>

Modified: lenya/trunk/src/modules-core/usecase-impl/module.xml
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules-core/usecase-impl/module.xml?rev=417011&r1=417010&r2=417011&view=diff
==============================================================================
--- lenya/trunk/src/modules-core/usecase-impl/module.xml (original)
+++ lenya/trunk/src/modules-core/usecase-impl/module.xml Sun Jun 25 04:19:26 2006
@@ -21,7 +21,7 @@
   <id>org.apache.lenya.modules.usecase-impl</id>
   <published>false</published>
   <depends module="org.apache.lenya.modules.usecase"/>
-  <depends module="org.apache.lenya.modules.ac-impl"/>
+  <depends module="org.apache.lenya.modules.cache"/>
   <package>org.apache.lenya.modules</package>
   <version>0.1-dev</version>
   <name>Usecase framework implementation</name>



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