Changeset 862

Show
Ignore:
Timestamp:
10/31/07 23:10:17 (10 months ago)
Author:
evanweaver
Message:

better clean pattern

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Rakefile

    r861 r862  
    77  p.summary = "A small fast HTTP library and server that runs Rails, Camping, Nitro and Iowa apps." 
    88  p.author ="Zed A. Shaw" 
    9   p.clean_pattern = ['ext/http11/*.{bundle,so,o,obj,pdb,lib,def,exp}', 'ext/http11/Makefile', 'pkg', 'lib/*.bundle', '*.gem', 'site/output', '.config', 'lib/http11.jar', 'ext/http11_java/classes', 'coverage'] 
     9  p.clean_pattern = ['ext/http11/*.{bundle,so,o,obj,pdb,lib,def,exp}', 'lib/*.{bundle,so,o,obj,pdb,lib,def,exp}', 'ext/http11/Makefile', 'pkg', 'lib/*.bundle', '*.gem', 'site/output', '.config', 'lib/http11.jar', 'ext/http11_java/classes', 'coverage'] 
    1010  p.rdoc_pattern = ['README', 'LICENSE', 'COPYING', 'lib/**/*.rb', 'doc/**/*.rdoc'] 
    1111  p.ignore_pattern = /^(pkg|site|projects|doc|log)|CVS|\.log/ 
     
    7373 
    7474def move_extensions 
    75   Dir["ext/**/*.#{Config::CONFIG['DLEXT']}"].each { |file| cp file, "lib/" } 
     75  Dir["ext/**/*.#{Config::CONFIG['DLEXT']}"].each { |file| mv file, "lib/" } 
    7676end 
    7777 
  • trunk/site/src/news.page

    r833 r862  
    77 
    88h1. Latest News 
     9 
     10h2. Nov 1: Mongrel 1.1, Java edition 
     11 
     12Mongrel 1.1. It adds JRuby support. Mongrel_cluster is also updated to 1.0.4, with fixes for a Capistrano recipe bug. 
    913 
    1014h2. Oct 29: Mongrel 1.0.4, spooky.