Skip to content
Snippets Groups Projects
Commit d0d0ca05 authored by Adam Vandenberg's avatar Adam Vandenberg Committed by Max Howell
Browse files

Removing deprecated class slated for removal in 0.5

parent c3623e1b
No related branches found
No related tags found
No related merge requests found
......@@ -97,15 +97,6 @@ private
end
end
class HttpDownloadStrategy <CurlDownloadStrategy
def initialize url, name, version, specs
opoo "HttpDownloadStrategy is deprecated"
puts "Please use CurlDownloadStrategy in future"
puts "HttpDownloadStrategy will be removed in version 0.5"
super url, name, version, specs
end
end
# Use this strategy to download but not unzip a file.
# Useful for installing jars.
class NoUnzipCurlDownloadStrategy <CurlDownloadStrategy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment