You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by vg...@apache.org on 2005/10/05 11:46:16 UTC

svn commit: r295029 - /cocoon/trunk/tools/targets/samples-build.xml

Author: vgritsenko
Date: Wed Oct  5 02:46:10 2005
New Revision: 295029

URL: http://svn.apache.org/viewcvs?rev=295029&view=rev
Log:
don't filter zips

Modified:
    cocoon/trunk/tools/targets/samples-build.xml

Modified: cocoon/trunk/tools/targets/samples-build.xml
URL: http://svn.apache.org/viewcvs/cocoon/trunk/tools/targets/samples-build.xml?rev=295029&r1=295028&r2=295029&view=diff
==============================================================================
--- cocoon/trunk/tools/targets/samples-build.xml (original)
+++ cocoon/trunk/tools/targets/samples-build.xml Wed Oct  5 02:46:10 2005
@@ -36,6 +36,8 @@
         <exclude name="**/*.jpg"/>
         <exclude name="**/*.gif"/>
         <exclude name="**/*.png"/>
+        <exclude name="**/*.zip"/>
+        <exclude name="**/*.sxw"/>
         <!-- filtering breaks UTF-8 files -->
         <exclude name="i18n/**"/>
       </fileset>
@@ -46,6 +48,8 @@
         <include name="**/*.jpg"/>
         <include name="**/*.gif"/>
         <include name="**/*.png"/>
+        <include name="**/*.zip"/>
+        <include name="**/*.sxw"/>
         <include name="i18n/**"/>
         <include name="hello-world/style/**"/>
       </fileset>