Skip to content

Commit 2aad089

Browse files
authored
Merge pull request #317 from pshipton/sha0.43
(0.43) Add OpenJCEPlus SHA to release info
2 parents 2d1bdba + c873c02 commit 2aad089

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

closed/custom/ReleaseFile.gmk

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ===========================================================================
2-
# (c) Copyright IBM Corp. 2017, 2022 All Rights Reserved
2+
# (c) Copyright IBM Corp. 2017, 2024 All Rights Reserved
33
# ===========================================================================
44
# This code is free software; you can redistribute it and/or modify it
55
# under the terms of the GNU General Public License version 2 only, as
@@ -21,3 +21,6 @@
2121
SOURCE_REVISION := OpenJDK:$(shell $(GIT) -C $(TOPDIR) rev-parse --short HEAD)
2222
SOURCE_REVISION += OpenJ9:$(shell $(GIT) -C $(OPENJ9_TOPDIR) rev-parse --short HEAD)
2323
SOURCE_REVISION += OMR:$(shell $(GIT) -C $(OPENJ9OMR_TOPDIR) rev-parse --short HEAD)
24+
ifeq (true,$(BUILD_OPENJCEPLUS))
25+
SOURCE_REVISION += OpenJCEPlus:$(shell $(GIT) -C $(OPENJCEPLUS_TOPDIR) rev-parse --short HEAD)
26+
endif

0 commit comments

Comments
 (0)