Integrated: 8321597: Use .template consistently for files treated as templates by the build

Magnus Ihse Bursie ihse at openjdk.org
Fri Dec 8 15:49:27 UTC 2023


On Fri, 8 Dec 2023 14:43:29 GMT, Magnus Ihse Bursie <ihse at openjdk.org> wrote:

> Some files are used as "templates" in the build, that is, they are almost, but not fully, in the intended state. Instead, they have some pattern markers that need to be replaced with actual content as part of the build.
> 
> As a convention, most such files are named as `<resulting name>.template`, e.g. `VersionProps.java.template`, to indicate that this is almost, but not fully, a Java file.
> 
> A few files were created before this convention was fully embraced. These should be renamed to match the pattern.

This pull request has now been integrated.

Changeset: b893a2b2
Author:    Magnus Ihse Bursie <ihse at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/b893a2b2f70346f9d204d1050a0ad32fd98fdd56
Stats:     11 lines in 16 files changed: 0 ins; 0 del; 11 mod

8321597: Use .template consistently for files treated as templates by the build

Reviewed-by: erikj

-------------

PR: https://git.openjdk.org/jdk/pull/17033


More information about the build-dev mailing list