소스 검색

Remove openjdk14, openjdk13

End of life. No longer provided on packages.debian.org
Simon Legner 4 년 전
부모
커밋
1b927c7ab7
1개의 변경된 파일0개의 추가작업 그리고 18개의 파일을 삭제
  1. 0 18
      lib/docs/scrapers/openjdk.rb

+ 0 - 18
lib/docs/scrapers/openjdk.rb

@@ -45,24 +45,6 @@ module Docs
 
     OLDFILTERS = ['openjdk/entries', 'openjdk/clean_html']
 
-    version '14' do
-      self.release = '14.0.2'
-      self.root_path = 'index.html'
-
-      html_filters.push OLDFILTERS
-
-      options[:container] = 'main'
-    end
-
-    version '13' do
-      self.release = '13.0.5'
-      self.root_path = 'index.html'
-
-      html_filters.push OLDFILTERS
-
-      options[:container] = 'main'
-    end
-
     version '11' do
       self.release = '11.0.9'
       self.root_path = 'index.html'