Skip to content

Commit

Permalink
ZCS-11112 : Adding log4j changes correcting paths
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekdeshmukh2209 authored and zimsuchitgupta committed Mar 22, 2022
1 parent 1dfa92e commit 54cc12c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg-builder.pl
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,8 @@ ($)
cpy_file("build/dist/jline-0.9.93.jar", "$stage_base_dir/opt/zimbra/lib/jars/jline-0.9.93.jar");
cpy_file("build/dist/jzlib-1.0.7.jar", "$stage_base_dir/opt/zimbra/lib/jars/jzlib-1.0.7.jar");
cpy_file("build/dist/libidn-1.24.jar", "$stage_base_dir/opt/zimbra/lib/jars/libidn-1.24.jar");
cpy_file("build/dist/log4j-api-2.17.1.jar", "$stage_base_dir/opt/zimbra/jetty_base/common/lib/log4j-api-2.17.1.jar");
cpy_file("build/dist/log4j-core-2.17.1.jar", "$stage_base_dir/opt/zimbra/jetty_base/common/lib/log4j-core-2.17.1.jar");
cpy_file("build/dist/log4j-api-2.17.1.jar", "$stage_base_dir/opt/zimbra/lib/jars/log4j-api-2.17.1.jar");
cpy_file("build/dist/log4j-core-2.17.1.jar", "$stage_base_dir/opt/zimbra/lib/jars/log4j-core-2.17.1.jar");
cpy_file("build/dist/lucene-analyzers-3.5.0.jar", "$stage_base_dir/opt/zimbra/lib/jars/lucene-analyzers-3.5.0.jar");
cpy_file("build/dist/lucene-core-3.5.0.jar", "$stage_base_dir/opt/zimbra/lib/jars/lucene-core-3.5.0.jar");
cpy_file("build/dist/lucene-smartcn-3.5.0.jar", "$stage_base_dir/opt/zimbra/lib/jars/lucene-smartcn-3.5.0.jar");
Expand Down

0 comments on commit 54cc12c

Please sign in to comment.