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

Task = Rake::Task
FileTask = Rake::FileTask
FileCreationTask = Rake::FileCreationTask
RakeApp = Rake::Application