You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by fe...@apache.org on 2005/10/04 18:14:54 UTC

svn commit: r294808 - /forrest/trunk/main/webapp/forrest.xmap

Author: ferdinand
Date: Tue Oct  4 09:14:42 2005
New Revision: 294808

URL: http://svn.apache.org/viewcvs?rev=294808&view=rev
Log:
removed second idgen in html-pipeline since it already happens in body-processing in sitemap.xmap

Modified:
    forrest/trunk/main/webapp/forrest.xmap

Modified: forrest/trunk/main/webapp/forrest.xmap
URL: http://svn.apache.org/viewcvs/forrest/trunk/main/webapp/forrest.xmap?rev=294808&r1=294807&r2=294808&view=diff
==============================================================================
--- forrest/trunk/main/webapp/forrest.xmap (original)
+++ forrest/trunk/main/webapp/forrest.xmap Tue Oct  4 09:14:42 2005
@@ -239,7 +239,6 @@
        <map:match type="i18n" pattern="{project:content.xdocs}{1}.*.html">
          <map:generate src="{source}" type="html" />
          <map:transform src="{lm:transform.html.document}" />
-         <map:transform type="idgen" />
          <map:serialize type="xml-document"/>
        </map:match>
        <map:match type="i18n" pattern="{project:content.xdocs}{1}.*.txt">