From babacef36d3a3f14693929c2c4a3e1f384f41880 Mon Sep 17 00:00:00 2001 From: UmaShankar Avagadda Date: Fri, 10 Jun 2022 07:39:14 +0000 Subject: [PATCH] ZCS-11505:remove resolver-20050927.jar --- pkg-builder.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg-builder.pl b/pkg-builder.pl index 397a150..e146b7b 100755 --- a/pkg-builder.pl +++ b/pkg-builder.pl @@ -227,7 +227,6 @@ ($) cpy_file("build/dist/commons-logging-1.1.1.jar", "$stage_base_dir/opt/zimbra/lib/jars/commons-logging.jar"); cpy_file("build/dist/activation-1.1.1.jar", "$stage_base_dir/opt/zimbra/lib/jars/activation-1.1.1.jar"); cpy_file("build/dist/istack-commons-runtime-3.0.8.jar", "$stage_base_dir/opt/zimbra/lib/jars/istack-commons-runtime-3.0.8.jar"); - cpy_file("build/dist/resolver-20050927.jar", "$stage_base_dir/opt/zimbra/lib/jars/resolver-20050927.jar"); cpy_file("build/dist/javax.annotation-api-1.2.jar", "$stage_base_dir/opt/zimbra/lib/jars/javax.annotation-api-1.2.jar"); cpy_file("build/dist/apache-jsp-9.4.46.v20220331.jar", "$stage_base_dir/opt/zimbra/lib/jars/apache-jsp-9.4.46.v20220331.jar"); cpy_file("build/dist/UserAgentUtils-1.21.jar", "$stage_base_dir/opt/zimbra/lib/jars/UserAgentUtils-1.21.jar");