You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by an...@apache.org on 2004/07/11 17:22:15 UTC

cvs commit: cocoon-2.1/tools/targets samples-build.xml

antonio     2004/07/11 08:22:15

  Modified:    tools/targets samples-build.xml
  Log:
  Fixing copy of swf samples
  
  Revision  Changes    Path
  1.7       +2 -2      cocoon-2.1/tools/targets/samples-build.xml
  
  Index: samples-build.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/tools/targets/samples-build.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- samples-build.xml	16 Jun 2004 14:31:53 -0000	1.6
  +++ samples-build.xml	11 Jul 2004 15:22:15 -0000	1.7
  @@ -44,7 +44,7 @@
           <exclude name="**/*.png"/>
           <!-- filtering breaks UTF-8 files -->
           <exclude name="i18n/**"/> 
  -        <exclude name="hello-world/style/xsl/**"/>
  +        <exclude name="hello-world/style/**"/>
         </fileset>
       </copy>
   
  @@ -54,7 +54,7 @@
           <include name="**/*.gif"/>
           <include name="**/*.png"/>
           <include name="i18n/**"/>
  -        <include name="hello-world/style/xsl/**"/>
  +        <include name="hello-world/style/**"/>
         </fileset>
       </copy>