You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by bc...@locus.apache.org on 2000/11/22 05:57:23 UTC

cvs commit: jakarta-slide build.xml

bcholmes    00/11/21 20:57:23

  Modified:    .        build.xml
  Log:
  Correct a minor error on the copy task of the webdav-client target.
  (This probably wasn't caught earlier because the build process uses
  the webdav-client-dist target).
  
  Revision  Changes    Path
  1.53      +1 -2      jakarta-slide/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/build.xml,v
  retrieving revision 1.52
  retrieving revision 1.53
  diff -u -r1.52 -r1.53
  --- build.xml	2000/10/05 22:29:54	1.52
  +++ build.xml	2000/11/22 04:57:23	1.53
  @@ -217,8 +217,7 @@
        destdir="${webdavclient.build}/classes"
        debug="on" deprecation="on" 
        excludes="**/CVS/**,**/package.html" />
  -    <copy todir="${webdavclient.build}" 
  -     includes="*.bat,*.sh">
  +    <copy todir="${webdavclient.build}">
         <fileset dir="src/clients/webdav/bin">
           <include name="*.bat" />
           <include name="*.sh" />