Skip to content

Commit d80b19c

Browse files
committed
Remove obsolete references to Log4J.
1 parent e4fc652 commit d80b19c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/esapi-release.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ USAGE="Usage: $PROG esapi_svn_dir"
6464
tmpdir="/tmp/$PROG.$RANDOM-$$"
6565
esapi_release_dir="$tmpdir/esapi_release_dir"
6666

67-
# This is the directory under esapi_svn_dir where the log4j and ESAPI
68-
# properties files are located as well as the $esapiConfig/* config files.
67+
# This is the directory under esapi_svn_dir where ESAPI configuration files
68+
# such as ESAPI.properties are located as well as the $esapiConfig/* config files.
6969
# Note that formerly used to be under src/main/resources, but it since
7070
# has been moved because where it was previously was causing problems with
7171
# Sonatype's Nexus. That particular problem may have been resolved, but it
@@ -141,7 +141,7 @@ mkdir $jartmpdir
141141
cd $jartmpdir || exit
142142
jar xf "$jarfile"
143143
rm -fr ${esapiConfig:?}
144-
rm -f properties/* log4j.*
144+
rm -f properties/*
145145
rm -f settings.xml owasp-esapi-dev.jks
146146
# TODO: This part would need some work if we sign or seal the ESAPI jar as
147147
# that creates a special MANIFEST.MF file and other special files and

0 commit comments

Comments
 (0)