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 2008/02/07 23:02:26 UTC

svn commit: r619660 - /lenya/trunk/src/webapp/lenya/config/sitemap/transformers.xmap

Author: andreas
Date: Thu Feb  7 14:02:24 2008
New Revision: 619660

URL: http://svn.apache.org/viewvc?rev=619660&view=rev
Log:
Fixed 'unless' attribute of transformers patch file.

Modified:
    lenya/trunk/src/webapp/lenya/config/sitemap/transformers.xmap

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?rev=619660&r1=619659&r2=619660&view=diff
==============================================================================
--- lenya/trunk/src/webapp/lenya/config/sitemap/transformers.xmap (original)
+++ lenya/trunk/src/webapp/lenya/config/sitemap/transformers.xmap Thu Feb  7 14:02:24 2008
@@ -17,7 +17,7 @@
 -->
 
 <xmap xpath="/sitemap/components/transformers" 
-  unless="/sitemap/components/transformers/transformer[@name = 'link-rewrite']"
+  unless="/sitemap/components/transformers/transformer[@name = 'metaData']"
   xmlns:map="http://apache.org/cocoon/sitemap/1.0">
   
     <map:transformer name="metaData" logger="lenya.sitemap.transformer.metaData" src="org.apache.lenya.cms.cocoon.transformation.MetaDataTransformer"/>



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