Changeset 882

Show
Ignore:
Timestamp:
10/30/07 13:34:46 (6 years ago)
Author:
cho45
Message:

lang/ruby/Amalgam/plugins/applications.rb:

フォルダ追加

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/ruby/Amalgam/plugins/applications.rb

    r881 r882  
    99#               applications.concat search_applications_recursive("/System/Library/CoreServices") 
    1010                applications.concat Pathname.glob("/Applications/*.app") 
     11                applications.concat Pathname.glob("/Applications/*/*.app") 
    1112                applications.concat Pathname.glob("/Developer/Applications/*.app") 
     13                applications.concat Pathname.glob("/Developer/Applications/*/*.app") 
    1214                applications.concat Pathname.glob("/System/Library/CoreServices/*.app") 
    1315