diff --git a/bin/sde-download b/bin/sde-download index e5ba82f..d6ec640 100755 --- a/bin/sde-download +++ b/bin/sde-download @@ -3,7 +3,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: bin/sde-download -# Copyright (C) 2006 - 2013 The OpenSDE Project +# Copyright (C) 2006 - 2020 The OpenSDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project # Copyright (C) 1998 - 2003 Clifford Wolf # @@ -535,7 +535,7 @@ download_file_now() { *.Z|*.tZ) typeexpr="compress'd data" ;; *.zip|*.jar) - typeexpr="\(Zip archive data\|Java Jar file data\)" ;; + typeexpr="\(Zip archive data\|Java Jar file data\|Java archive data\)" ;; *.tar) typeexpr="tar archive" ;; *)