summaryrefslogtreecommitdiff
path: root/trunk/lib/rake/classic_namespace.rb
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/lib/rake/classic_namespace.rb')
-rw-r--r--trunk/lib/rake/classic_namespace.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/trunk/lib/rake/classic_namespace.rb b/trunk/lib/rake/classic_namespace.rb
deleted file mode 100644
index feb7569966..0000000000
--- a/trunk/lib/rake/classic_namespace.rb
+++ /dev/null
@@ -1,8 +0,0 @@
-# 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