File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,3 +6,10 @@ README.txt -- This readme file.
66esapi-release.sh -- Obsolete script to create new ESAPI release. Will be replaced soon. Do not use for now.
77mvnQuietTest.bat -- Run 'mvn test' from DOS cmd prompt with logSpecial output suppressed.
88mvnQuietTest.sh -- Run 'mvn test' from bash with logSpecial output suppressed.
9+ createVarsFile.sh -- Bash script to create a vars.2.x.y.z file that is 'sourced' by the 'newReleaseNotes.sh' script.
10+ esapi4java-core-TEMPLATE-release-notes.txt - Basic template used to create the new release notes file.
11+ newReleaseNotes.sh -- Bash script to create the release notes boillerplate from the provided release argument and the TEMPLATE file.
12+ vars.2.2.3.0 -- File that is 'sourced' (as in "source ./filename") and used with newReleaseNotes.sh
13+ vars.2.2.3.1 -- File that is 'sourced' (as in "source ./filename") and used with newReleaseNotes.sh
14+ vars.2.3.0.0 -- File that is 'sourced' (as in "source ./filename") and used with newReleaseNotes.sh
15+ vars.template -- Template to construct the release specific vars files
You can’t perform that action at this time.
0 commit comments