You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by jo...@apache.org on 2006/12/15 23:57:01 UTC

svn commit: r487703 - /cocoon/branches/BRANCH_2_1_X/tools/targets/samples-build.xml

Author: joerg
Date: Fri Dec 15 14:57:00 2006
New Revision: 487703

URL: http://svn.apache.org/viewvc?view=rev&rev=487703
Log:
once again (original commit was done with rev 24348): filtering breaks UTF-8 files

Modified:
    cocoon/branches/BRANCH_2_1_X/tools/targets/samples-build.xml

Modified: cocoon/branches/BRANCH_2_1_X/tools/targets/samples-build.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/BRANCH_2_1_X/tools/targets/samples-build.xml?view=diff&rev=487703&r1=487702&r2=487703
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/tools/targets/samples-build.xml (original)
+++ cocoon/branches/BRANCH_2_1_X/tools/targets/samples-build.xml Fri Dec 15 14:57:00 2006
@@ -48,9 +48,7 @@
         <exclude name="**/*.sxw"/>
         <!-- filtering breaks UTF-8 files -->
         <exclude name="i18n/**"/>
-        <!-- In Java 1.3, filtering breaks SWF samples (the next 2 lines are not needed in cocoon 2.2) -->
-        <exclude name="**/swf/*"/>
-        <exclude name="**/page2swf.xsl"/>
+        <exclude name="hello-world/style/**"/>
       </fileset>
     </copy>
 
@@ -61,6 +59,7 @@
         <include name="**/*.png"/>
         <include name="**/*.zip"/>
         <include name="**/*.sxw"/>
+        <!-- filtering breaks UTF-8 files -->
         <include name="i18n/**"/>
         <include name="hello-world/style/**"/>
       </fileset>