Skip to content

Commit

Permalink
Merge pull request #441 from pshipton/schema
Browse files Browse the repository at this point in the history
Copy the verbose gc schema.xsd into the build
  • Loading branch information
keithc-ca authored Feb 21, 2025
2 parents b439856 + da0c1a2 commit 34bfba7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion closed/custom/modules/java.base/Copy.gmk
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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))
Expand Down

0 comments on commit 34bfba7

Please sign in to comment.