Skip to content

Commit dc8decb

Browse files
committed
Reorder the way contents of healthcenter jars are extracted
There are two copies of Version.class one in healthcenter.jar and the other in monitoring-api.jar. Version.class from healthcenter.jar should be used to avoid HealthCenterNotSupportedException caused due to long version date in monitoring-api.jar. Signed-off-by: Ravali Yatham <[email protected]>
1 parent f2d3af9 commit dc8decb

File tree

1 file changed

+1
-1
lines changed
  • closed/make/modules/ibm.healthcenter

1 file changed

+1
-1
lines changed

closed/make/modules/ibm.healthcenter/Copy.gmk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ TRANSPORT_PROPERTY_SED_SCRIPT := -e 's|$(TRANSPORT_PROPERTY_REGEX)\s*=.*|$(TRANS
4848
HEALTHCENTER_COPY := $(JDK_OUTPUTDIR)/modules/$(MODULE)/_the.$(MODULE)_copy_marker
4949

5050
HEALTHCENTER_JARS := \
51-
$(HEALTHCENTER_HOME)/healthcenter.jar \
5251
$(HEALTHCENTER_HOME)/monitoring-api.jar \
52+
$(HEALTHCENTER_HOME)/healthcenter.jar \
5353
#
5454

5555
HEALTHCENTER_EXCLUDED_PACKAGES := \

0 commit comments

Comments
 (0)