summaryrefslogtreecommitdiff
path: root/lib/rake/classic_namespace.rb
blob: d87aba0f33a8d4698a61100ea6616941b41bace3 (plain)
1
2
3
4
5
6
7
8
9
# 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