Added namespace for Redmine specific rake tasks.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@691 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang
2007-09-02 08:08:10 +00:00
parent 521f4a6ddb
commit e76d153064
4 changed files with 16 additions and 3 deletions
+4 -2
View File
@@ -1,5 +1,6 @@
desc 'Load default configuration data'
desc 'Load Redmine default configuration data'
namespace :redmine do
task :load_default_data => :environment do
include GLoc
set_language_if_valid('en')
@@ -163,4 +164,5 @@ rescue => error
puts "Error: " + error
puts "Default configuration data can't be loaded."
end
end
end
end