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
5warn "WARNING: Classic namespaces are deprecated and will be removed from future versions of Rake."
6# :stopdoc:
7Task = Rake::Task
8FileTask = Rake::FileTask
9FileCreationTask = Rake::FileCreationTask
10RakeApp = Rake::Application
11# :startdoc:
12