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/06/05 18:59:34 UTC

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

Author: cziegeler
Date: Sun Jun  5 09:59:33 2005
New Revision: 180110

URL: http://svn.apache.org/viewcvs?rev=180110&view=rev
Log:
Fix bug in copying of samples: binary files were not excluded from filtering

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=180110&r1=180109&r2=180110&view=diff
==============================================================================
--- cocoon/trunk/tools/src/blocks-build.xsl (original)
+++ cocoon/trunk/tools/src/blocks-build.xsl Sun Jun  5 09:59:33 2005
@@ -328,7 +328,6 @@
                   <include name="**/*.gif"/>
                   <include name="**/*.jpg"/>
                 </fileset>
-                <fileset dir="@{{dir}}/conf" includes="*.xsamples"/>
               </copy>
               <!-- copy sample classes -->
               <copy todir="${{build.webapp.classes}}" filtering="off">