On Tue, 15 Dec 2020 19:07:55 GMT, Magnus Ihse Bursie <i...@openjdk.org> wrote:
> The file `make/autoconf/version-numbers` is plagued by a two-fold problem: > first of all, it's a configuration file, not a part of autoconf, so it should > reside in `make/conf` instead of `make/autoconf`. > > Secondly, contrary to the name, it does not only contain version numbers, but > also the branding properties (company name, product name, etc). This should > be split out into a separate branding configuration file. > > This is the last patch in the series of moving configuration into `make/conf`. This pull request has now been integrated. Changeset: 38619602 Author: Magnus Ihse Bursie <i...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/38619602 Stats: 152 lines in 8 files changed: 81 ins; 55 del; 16 mod 8258426: Split up autoconf/version-numbers and move it to conf dir Reviewed-by: erikj ------------- PR: https://git.openjdk.java.net/jdk/pull/1786