stefano     00/10/28 07:24:58

  Modified:    .        Tag: xml-cocoon2 build.xml
  Log:
  fixed syntax
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.6.2.43  +6 -1      xml-cocoon/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/build.xml,v
  retrieving revision 1.6.2.42
  retrieving revision 1.6.2.43
  diff -u -r1.6.2.42 -r1.6.2.43
  --- build.xml 2000/10/28 14:23:09     1.6.2.42
  +++ build.xml 2000/10/28 14:24:58     1.6.2.43
  @@ -423,7 +423,12 @@
   
       <copy todir="${dist.dir}" filtering="on">
        <fileset dir=".">
  -      <include name="README, LICENSE, INSTALL, WARNING, *.sh, *.bat"/>
  +      <include name="README"/>
  +      <include name="LICENSE"/>
  +      <include name="INSTALL"/>
  +      <include name="WARNING"/>
  +      <include name="*.sh"/>
  +      <include name="*.sh"/>
        </fileset>
       </copy>
   
  
  
  

Reply via email to