Removing deprecated class slated for removal in 0.5

This commit is contained in:
Adam Vandenberg 2009-11-27 12:43:00 -08:00 committed by Max Howell
parent c3623e1bd1
commit d0d0ca0572

View File

@ -97,15 +97,6 @@ private
end end
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. # Use this strategy to download but not unzip a file.
# Useful for installing jars. # Useful for installing jars.
class NoUnzipCurlDownloadStrategy <CurlDownloadStrategy class NoUnzipCurlDownloadStrategy <CurlDownloadStrategy