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, 8 insertions, 0 deletions
diff --git a/trunk/lib/rake/classic_namespace.rb b/trunk/lib/rake/classic_namespace.rb
new file mode 100644
index 0000000000..feb7569966
--- /dev/null
+++ b/trunk/lib/rake/classic_namespace.rb
@@ -0,0 +1,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