File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -64,8 +64,8 @@ USAGE="Usage: $PROG esapi_svn_dir"
6464tmpdir=" /tmp/$PROG .$RANDOM -$$ "
6565esapi_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
141141cd $jartmpdir || exit
142142jar xf " $jarfile "
143143rm -fr ${esapiConfig:? }
144- rm -f properties/* log4j. *
144+ rm -f properties/*
145145rm -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
You can’t perform that action at this time.
0 commit comments