Kelly O'Hair wrote:
these sh scripts used in the build process should be changed to be
something else, maybe small Java apps.
Would also be nice to not name the version-controlled input files *.java
when they are not in fact valid Java source. I am referring to the output of
hg -R jdk loc -r tip '**/*-*.java' | fgrep -v package-info.java
BTW the two Version-template.java's seem gratuitous; could just as
easily put the version number into a .properties file loaded at runtime
by the class, rather than running a preprocessor.