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/11/09 18:42:59 UTC

svn commit: r472988 - in /lenya/trunk/src: modules-core/linking/config/sitemap/ modules-core/linking/config/sitemap/transformers.xmap webapp/lenya/config/sitemap/transformers.xmap

Author: andreas
Date: Thu Nov  9 09:42:58 2006
New Revision: 472988

URL: http://svn.apache.org/viewvc?view=rev&rev=472988
Log:
Moved LinkRewritingTransformer declaration to linking module

Added:
    lenya/trunk/src/modules-core/linking/config/sitemap/
    lenya/trunk/src/modules-core/linking/config/sitemap/transformers.xmap
Modified:
    lenya/trunk/src/webapp/lenya/config/sitemap/transformers.xmap

Added: lenya/trunk/src/modules-core/linking/config/sitemap/transformers.xmap
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules-core/linking/config/sitemap/transformers.xmap?view=auto&rev=472988
==============================================================================
--- lenya/trunk/src/modules-core/linking/config/sitemap/transformers.xmap (added)
+++ lenya/trunk/src/modules-core/linking/config/sitemap/transformers.xmap Thu Nov  9 09:42:58 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.
+-->
+
+<xmap xpath="/sitemap/components/transformers" 
+  unless="/sitemap/components/transformers/transformer[@name = 'link-rewrite']"
+  xmlns:map="http://apache.org/cocoon/sitemap/1.0">
+  <map:transformer name="link-rewrite" logger="lenya.sitemap.transformer.link-rewrite" src="org.apache.lenya.cms.cocoon.transformation.LinkRewritingTransformer"/>
+</xmap>
\ No newline at end of file

Modified: lenya/trunk/src/webapp/lenya/config/sitemap/transformers.xmap
URL: http://svn.apache.org/viewvc/lenya/trunk/src/webapp/lenya/config/sitemap/transformers.xmap?view=diff&rev=472988&r1=472987&r2=472988
==============================================================================
--- lenya/trunk/src/webapp/lenya/config/sitemap/transformers.xmap (original)
+++ lenya/trunk/src/webapp/lenya/config/sitemap/transformers.xmap Thu Nov  9 09:42:58 2006
@@ -19,7 +19,6 @@
   unless="/sitemap/components/transformers/transformer[@name = 'link-rewrite']"
   xmlns:map="http://apache.org/cocoon/sitemap/1.0">
   
-    <map:transformer name="link-rewrite" logger="lenya.sitemap.transformer.link-rewrite" src="org.apache.lenya.cms.cocoon.transformation.LinkRewritingTransformer"/>
     <map:transformer name="metaData" logger="lenya.sitemap.transformer.metaData" src="org.apache.lenya.cms.cocoon.transformation.MetaDataTransformer"/>
     <map:transformer name="i18n" logger="sitemap.transformer.i18n" src="org.apache.cocoon.transformation.I18nTransformer">
       <catalogues default="cmsui">



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