File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4529,13 +4529,7 @@ Read the Building page on the Apache Tomcat documentation site for details on ho
45294529 </antcall >
45304530
45314531 <condition property =" success" >
4532- <or >
4533- <available file =" ${ tomcat.release.verify } /@{ basefile } .sha512" />
4534- <and >
4535- <contains string =" ${ version } " substring =" 12.0." /><!-- Super hack -->
4536- <contains string =" @{ basefile } " substring =" x86" />
4537- </and >
4538- </or >
4532+ <available file =" ${ tomcat.release.verify } /@{ basefile } .sha512" />
45394533 </condition >
45404534
45414535 <fail unless =" success" >
@@ -4631,13 +4625,7 @@ Invalid signature for @{src-or-bin}/@{basefile}
46314625 </antcall >
46324626
46334627 <condition property =" success" >
4634- <or >
4635- <available file =" ${ tomcat.release.verify } /@{ basefile } .asc" />
4636- <and >
4637- <contains string =" ${ version } " substring =" 11.0." /><!-- Super hack -->
4638- <contains string =" @{ basefile } " substring =" x86" />
4639- </and >
4640- </or >
4628+ <available file =" ${ tomcat.release.verify } /@{ basefile } .asc" />
46414629 </condition >
46424630
46434631 <fail unless =" success" >
You can’t perform that action at this time.
0 commit comments