summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/tasks/redmine.rake11
1 files changed, 0 insertions, 11 deletions
diff --git a/lib/tasks/redmine.rake b/lib/tasks/redmine.rake
index c2e81053a..b9b6b930c 100644
--- a/lib/tasks/redmine.rake
+++ b/lib/tasks/redmine.rake
@@ -156,17 +156,6 @@ DESC
Rake::Task["db:schema:dump"].invoke
end
- desc 'Copies plugins assets into the public directory.'
- task :assets => :environment do
- name = ENV['NAME']
-
- begin
- Redmine::PluginLoader.mirror_assets(name)
- rescue Redmine::PluginNotFound
- abort "Plugin #{name} was not found."
- end
- end
-
desc 'Runs the plugins tests.'
task :test do
test_files = FileList[