You are viewing a plain text version of this content. The canonical link for it is here.
Posted to regexp-dev@jakarta.apache.org by ru...@apache.org on 2003/04/02 14:16:06 UTC

cvs commit: jakarta-regexp/build build.xml

rubys       2003/04/02 04:16:06

  Modified:    build    build.xml
  Log:
  chmod 744 is hostile to multi-user development
  
  Revision  Changes    Path
  1.4       +1 -1      jakarta-regexp/build/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-regexp/build/build.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- build.xml	3 Dec 2002 21:32:14 -0000	1.3
  +++ build.xml	2 Apr 2003 12:16:06 -0000	1.4
  @@ -69,7 +69,7 @@
           <mkdir dir="${build.dir}"/>
           <mkdir dir="${build.dest}"/>
           <mkdir dir="${build.src}"/>
  -        <chmod dir="${build.dir}" perm="744"/>
  +        <chmod dir="${build.dir}" perm="774"/>
   
           <copy todir="${build.src}" filtering="yes">
               <fileset dir="${src.java.dir}">
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: regexp-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: regexp-dev-help@jakarta.apache.org