From da0c1a2e26a9cb739e1fa28e2a9e410875909e52 Mon Sep 17 00:00:00 2001 From: Peter Shipton Date: Fri, 21 Feb 2025 14:42:12 -0500 Subject: [PATCH] Copy the verbose gc schema.xsd into the build Issue https://github.ibm.com/runtimes/semeru-runtimes/issues/10 Signed-off-by: Peter Shipton --- closed/custom/modules/java.base/Copy.gmk | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/closed/custom/modules/java.base/Copy.gmk b/closed/custom/modules/java.base/Copy.gmk index 55079e34274..f23cb862d3d 100644 --- a/closed/custom/modules/java.base/Copy.gmk +++ b/closed/custom/modules/java.base/Copy.gmk @@ -1,5 +1,5 @@ # =========================================================================== -# (c) Copyright IBM Corp. 2017, 2024 All Rights Reserved +# (c) Copyright IBM Corp. 2017, 2025 All Rights Reserved # =========================================================================== # This code is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License version 2 only, as @@ -52,6 +52,10 @@ $(call openj9_copy_files,, \ $(INCLUDE31_TARGET_DIR)/jniport.h) endif # zos +$(call openj9_copy_files,, \ + $(OPENJ9OMR_TOPDIR)/gc/verbose/schema.xsd \ + $(LIB_DST_DIR)/schema.xsd) + # jitserver ifeq (true,$(OPENJ9_ENABLE_JITSERVER))