From 79f9b6c2cbfbd1231815e7323cedfd769f99c64b Mon Sep 17 00:00:00 2001 From: jim Date: Fri, 21 Dec 2007 03:22:43 +0000 Subject: Added Rake 0.8.0 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14385 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/rake/classic_namespace.rb | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 lib/rake/classic_namespace.rb (limited to 'lib/rake/classic_namespace.rb') diff --git a/lib/rake/classic_namespace.rb b/lib/rake/classic_namespace.rb new file mode 100644 index 0000000000..feb7569966 --- /dev/null +++ b/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 -- cgit v1.2.3