You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cz...@apache.org on 2005/09/01 13:05:29 UTC

svn commit: r265699 - /cocoon/trunk/tools/src/blocks-build.xsl

Author: cziegeler
Date: Thu Sep  1 04:05:27 2005
New Revision: 265699

URL: http://svn.apache.org/viewcvs?rev=265699&view=rev
Log:
No need to patch sitemap and logkit.xconf anymore

Modified:
    cocoon/trunk/tools/src/blocks-build.xsl

Modified: cocoon/trunk/tools/src/blocks-build.xsl
URL: http://svn.apache.org/viewcvs/cocoon/trunk/tools/src/blocks-build.xsl?rev=265699&r1=265698&r2=265699&view=diff
==============================================================================
--- cocoon/trunk/tools/src/blocks-build.xsl (original)
+++ cocoon/trunk/tools/src/blocks-build.xsl Thu Sep  1 04:05:27 2005
@@ -241,14 +241,8 @@
         <attribute name="name"/>
         <attribute name="dir"/>
         <sequential>
-          <xpatch file="${{build.webapp}}/sitemap.xmap" srcdir="@{{dir}}">
-            <include name="conf/*.xmap"/>
-          </xpatch>
           <xpatch file="${{build.webapp}}/WEB-INF/cocoon.xconf" srcdir="@{{dir}}" addcomments="true">
             <include name="conf/*.xconf"/>
-          </xpatch>
-          <xpatch file="${{build.webapp}}/WEB-INF/logkit.xconf" srcdir="@{{dir}}">
-            <include name="conf/*.xlog"/>
           </xpatch>
           <xpatch file="${{build.webapp}}/WEB-INF/web.xml" srcdir="@{{dir}}">
             <include name="conf/*.xweb"/>