/tools/Ruby/lib/ruby/gems/1.8/gems/rake-0.9.2/lib/rake/classic_namespace.rb

http://github.com/agross/netopenspace · Ruby · 9 lines · 5 code · 1 blank · 3 comment · 0 complexity · 85dbf708d2a09559745a3928a296ec14 MD5 · raw file

  1. # The following classes used to be in the top level namespace.
  2. # Loading this file enables compatibility with older Rakefile that
  3. # referenced Task from the top level.
  4. warn "WARNING: Classic namespaces are deprecated and will be removed from future versions of Rake."
  5. Task = Rake::Task
  6. FileTask = Rake::FileTask
  7. FileCreationTask = Rake::FileCreationTask
  8. RakeApp = Rake::Application