Skip to content

Commit 2780d43

Browse files
authored
Merge pull request #870 from pshipton/schema
Copy the verbose gc schema.xsd into the build
2 parents f67cf42 + 196861e commit 2780d43

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

closed/custom/copy/Copy-java.base.gmk

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ===========================================================================
2-
# (c) Copyright IBM Corp. 2017, 2024 All Rights Reserved
2+
# (c) Copyright IBM Corp. 2017, 2025 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
@@ -52,6 +52,10 @@ $(call openj9_copy_files,, \
5252
$(INCLUDE31_TARGET_DIR)/jniport.h)
5353
endif # zos
5454

55+
$(call openj9_copy_files,, \
56+
$(OPENJ9OMR_TOPDIR)/gc/verbose/schema.xsd \
57+
$(LIB_DST_DIR)/schema.xsd)
58+
5559
# jitserver
5660

5761
ifeq (true,$(OPENJ9_ENABLE_JITSERVER))

0 commit comments

Comments
 (0)