Skip to content

Commit

Permalink
kill deprecated task
Browse files Browse the repository at this point in the history
  • Loading branch information
mejackreed committed Jul 26, 2016
1 parent a5b9ec5 commit b8b2458
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/tasks/configure_solr.rake
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,4 @@ namespace :geoblacklight do
FileUtils.cp File.join(root, item[:src]), "jetty/solr/blacklight-core/conf/#{item[:file]}", verbose: true
end
end

# Leaving this task in for backwards compatibility
desc 'Runs geoblacklight:configure_solr, you should just use geoblacklight:configure_solr'
task configure_jetty: :configure_solr
end

0 comments on commit b8b2458

Please sign in to comment.