Welcome to the "trac"-ing site of soap4r!
[soap4r] [httpclient] [openpgp4u] [pkcs1] [logger] [csv] [vtr]

Changeset 1879

Show
Ignore:
Timestamp:
07/12/07 22:32:22 (1 year ago)
Author:
nahi
Message:
  • use File.exist? instead of obsolete File.exists?
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/install.rb

    r1825 r1879  
    7878  # xmlscan 
    7979  xmlscansrcdir = File.join('redist', 'xmlscan', 'xmlscan-20050522', 'lib') 
    80   if File.exists?(xmlscansrcdir) 
     80  if File.exist?(xmlscansrcdir) 
    8181    install_dir(xmlscansrcdir, 'xmlscan') 
    8282  end