File: README.txt

package info (click to toggle)
libowasp-esapi-java 2.4.0.0-2.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 12,000 kB
  • sloc: java: 35,401; xml: 1,630; sh: 373; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 1,205 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
This directory is for utilities used for building / packaging / releasing ESAPI.

========================

README.txt          -- This readme file.
esapi-release.sh    -- Obsolete script to create new ESAPI release. Will be replaced soon. Do not use for now.
mvnQuietTest.bat    -- Run 'mvn test' from DOS cmd prompt with logSpecial output suppressed.
mvnQuietTest.sh     -- Run 'mvn test' from bash with logSpecial output suppressed.
createVarsFile.sh   -- Bash script to create a vars.2.x.y.z file that is 'sourced' by the 'newReleaseNotes.sh' script.
esapi4java-core-TEMPLATE-release-notes.txt - Basic template used to create the new release notes file.
newReleaseNotes.sh  -- Bash script to create the release notes boillerplate from the provided release argument and the TEMPLATE file.
vars.2.2.3.0        -- File that is 'sourced' (as in "source ./filename") and used with newReleaseNotes.sh
vars.2.2.3.1        -- File that is 'sourced' (as in "source ./filename") and used with newReleaseNotes.sh
vars.2.3.0.0        -- File that is 'sourced' (as in "source ./filename") and used with newReleaseNotes.sh
vars.template       -- Template to construct the release specific vars files