/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
- # The following classes used to be in the top level namespace.
- # Loading this file enables compatibility with older Rakefile that
- # referenced Task from the top level.
- warn "WARNING: Classic namespaces are deprecated and will be removed from future versions of Rake."
- Task = Rake::Task
- FileTask = Rake::FileTask
- FileCreationTask = Rake::FileCreationTask
- RakeApp = Rake::Application