File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
closed/make/modules/ibm.healthcenter Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 11# ===========================================================================
2- # (c) Copyright IBM Corp. 2021, 2021 All Rights Reserved
2+ # (c) Copyright IBM Corp. 2021, 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
@@ -47,9 +47,13 @@ TRANSPORT_PROPERTY_SED_SCRIPT := -e 's|$(TRANSPORT_PROPERTY_REGEX)\s*=.*|$(TRANS
4747
4848HEALTHCENTER_COPY := $(JDK_OUTPUTDIR)/modules/$(MODULE)/_the.$(MODULE)_copy_marker
4949
50+ # The order in which the jars are extracted needs to remain intact,
51+ # as both jars contain copies of some of the same classes,
52+ # to avoid a HealthCenterNotSupportedException.
53+
5054HEALTHCENTER_JARS := \
51- $(HEALTHCENTER_HOME)/healthcenter.jar \
5255 $(HEALTHCENTER_HOME)/monitoring-api.jar \
56+ $(HEALTHCENTER_HOME)/healthcenter.jar \
5357 #
5458
5559HEALTHCENTER_EXCLUDED_PACKAGES := \
You can’t perform that action at this time.
0 commit comments