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 1
1
# ===========================================================================
2
- # (c) Copyright IBM Corp. 2021, 2021 All Rights Reserved
2
+ # (c) Copyright IBM Corp. 2021, 2024 All Rights Reserved
3
3
# ===========================================================================
4
4
# This code is free software; you can redistribute it and/or modify it
5
5
# 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
47
47
48
48
HEALTHCENTER_COPY := $(JDK_OUTPUTDIR)/modules/$(MODULE)/_the.$(MODULE)_copy_marker
49
49
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
+
50
54
HEALTHCENTER_JARS := \
51
- $(HEALTHCENTER_HOME)/healthcenter.jar \
52
55
$(HEALTHCENTER_HOME)/monitoring-api.jar \
56
+ $(HEALTHCENTER_HOME)/healthcenter.jar \
53
57
#
54
58
55
59
HEALTHCENTER_EXCLUDED_PACKAGES := \
You can’t perform that action at this time.
0 commit comments