Removing deprecated class slated for removal in 0.5
This commit is contained in:
parent
c3623e1bd1
commit
d0d0ca0572
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user