Skip to content

Commit e74b77d

Browse files
committed
Add helpful comments in ESAPI release preparation.
1 parent 53ecd86 commit e74b77d

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

scripts/README.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
This directory is for utilities used for building / packaging / releasing ESAPI.
22

3+
The scripts and configuration files in this directory are mostly used to create ESAPI release notes.
4+
(The 2 'mvnQuietTest' scripts are the major exceptions to that.)
5+
36
========================
47

58
README.txt -- This readme file.

scripts/esapi4java-core-TEMPLATE-release-notes.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ ESAPI ${PREV_VERSION} release:
4848

4949
ESAPI ${VERSION} release:
5050
@@@@ Count them and run 'mvn test' to get the # of tests.
51+
@@@@ Count Java source files by executing:
52+
@@@@ find src/main -type f -name '*.java' | wc -l
5153
#### Java source files
5254
#### JUnit tests in #### Java source files
5355

0 commit comments

Comments
 (0)