File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 5353sanity :
5454 @echo " JDKHOME = $( JDKHOME) "
5555 @echo " JUNIT_JAR = $( JUNIT_JAR) "
56- @echo " JCOMMANDER_JAR = $( JCOMMANDER_JAR) "
5756 @echo " JAVADIFFUTILS_JAR = $( JAVADIFFUTILS_JAR) "
5857 @echo " JAVADIFFUTILS_LICENSE = $( JAVADIFFUTILS_LICENSE) "
5958 @echo " DAISYDIFF_JAR = $( DAISYDIFF_JAR) "
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ _apidiff_ has various external dependencies:
1010* _ JDK_ : must be at least JDK 17
1111* _ Java Diff Utils_
1212* _ Daisy Diff_
13- * _ TestNG _ and _ JCommander _ (for testing only)
13+ * _ JUnit _ (for testing only)
1414
1515## Using ` make/build.sh `
1616
@@ -34,7 +34,7 @@ The script supports the following build scenarios:
3434
3535* Use local copies of the dependencies on the same machine.
3636 The details can be specified in an alternate ` version-numbers ` file,
37- or you can bypas the script entirely and invoke ` make ` directly.
37+ or you can bypass the script entirely and invoke ` make ` directly.
3838
3939For more details, see the comments in ` make/build.sh ` and use the ` --help `
4040option when running the script.
@@ -48,7 +48,7 @@ The makefile provides the following targets:
4848
4949* ` test ` : run tests
5050
51- Requires ` TESTNG_JAR ` and ` JCOMMANDER_JAR ` to be set.
51+ Requires ` JUNIT_JAR ` to be set.
5252
5353* ` clean ` : delete the ` build ` directory and its contents
5454
You can’t perform that action at this time.
0 commit comments