You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hivemind.apache.org by hl...@apache.org on 2005/03/10 15:38:03 UTC

cvs commit: jakarta-hivemind/support update-copyrights.rb

hlship      2005/03/10 06:38:03

  Modified:    support  update-copyrights.rb
  Log:
  Skip directories named "target" (as well as CVS and SVN).
  
  Revision  Changes    Path
  1.5       +1 -1      jakarta-hivemind/support/update-copyrights.rb
  
  Index: update-copyrights.rb
  ===================================================================
  RCS file: /home/cvs/jakarta-hivemind/support/update-copyrights.rb,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- update-copyrights.rb	6 Jan 2005 01:34:51 -0000	1.4
  +++ update-copyrights.rb	10 Mar 2005 14:38:03 -0000	1.5
  @@ -280,7 +280,7 @@
   
   Find.find(*ARGV) do |f|
     
  -  if f =~ /(CVS|SVN)$/ 
  +  if f =~ /(CVS|SVN|target)$/ 
       Find.prune
     else
       $matches += 1 if match?(f)
  
  
  

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