Changeset 975

Show
Ignore:
Timestamp:
02/20/08 01:27:10 (8 months ago)
Author:
evanweaver
Message:

Update manifest for changed test layout; add CONTRIBUTORS file to the RDoc pattern in the Rakefile.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/stable_1-1/Manifest

    r864 r975  
    11bin/mongrel_rails 
    22CHANGELOG 
     3CONTRIBUTORS 
    34COPYING 
    45examples/builder.rb 
     
    4445lib/mongrel/uri_classifier.rb 
    4546lib/mongrel.rb 
     47lib/mongrel.rb.rej 
    4648LICENSE 
    4749Manifest 
    4850mongrel-public_cert.pem 
    49 mongrel.gemspec 
    5051README 
    5152setup.rb 
     53test/benchmark/previous.rb 
     54test/benchmark/simple.rb 
     55test/benchmark/utils.rb 
    5256test/mime.yaml 
    5357test/mongrel.conf 
    54 test/test_cgi_wrapper.rb 
    55 test/test_command.rb 
    56 test/test_conditional.rb 
    57 test/test_configurator.rb 
    58 test/test_debug.rb 
    59 test/test_handlers.rb 
    60 test/test_http11.rb 
    61 test/test_redirect_handler.rb 
    62 test/test_request_progress.rb 
    63 test/test_response.rb 
    64 test/test_stats.rb 
    65 test/test_uriclassifier.rb 
    66 test/test_ws.rb 
    67 test/testhelp.rb 
    68 TODO 
    69 tools/trickletest.rb 
     58test/test_helper.rb 
     59test/tools/trickletest.rb 
     60test/unit/test_cgi_wrapper.rb 
     61test/unit/test_command.rb 
     62test/unit/test_conditional.rb 
     63test/unit/test_configurator.rb 
     64test/unit/test_debug.rb 
     65test/unit/test_handlers.rb 
     66test/unit/test_http11.rb 
     67test/unit/test_redirect_handler.rb 
     68test/unit/test_request_progress.rb 
     69test/unit/test_response.rb 
     70test/unit/test_stats.rb 
     71test/unit/test_uriclassifier.rb 
     72test/unit/test_ws.rb 
  • branches/stable_1-1/Rakefile

    r970 r975  
    99  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', 'test_*.log', 'log'] 
    1010  p.url = "http://mongrel.rubyforge.org" 
    11   p.rdoc_pattern = ['README', 'LICENSE', 'CHANGELOG', 'COPYING', 'lib/**/*.rb', 'doc/**/*.rdoc'] 
     11  p.rdoc_pattern = ['README', 'LICENSE', 'CONTRIBUTORS', 'CHANGELOG', 'COPYING', 'lib/**/*.rb', 'doc/**/*.rdoc'] 
    1212  p.docs_host = 'mongrel.cloudbur.st:/home/eweaver/www/mongrel/htdocs/web' 
    1313  p.ignore_pattern = /^(pkg|site|projects|doc|log)|CVS|\.log/