Skip to content

Commit

Permalink
ICU-22769 Fix the jar generation to not use versioned folder
Browse files Browse the repository at this point in the history
  • Loading branch information
mihnita committed May 22, 2024
1 parent 0ef4da9 commit 788b893
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion icu4c/source/data/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ JAR=jar

ICU4J_TZDATA=$(OUTDIR)/icu4j/icutzdata.jar
ICU4J_TZDATA_FILES=zoneinfo64 metaZones timezoneTypes windowsZones
ICU4J_DATA_DIRNAME=com/ibm/icu/impl/data/$(ICUDATA_BASENAME_VERSION)b
ICU4J_DATA_DIRNAME=com/ibm/icu/impl/data/icudata
ICU4J_TZDATA_PATHS=$(ICU4J_TZDATA_FILES:%="$(ICU4J_DATA_DIRNAME)/%.res")

# generate icu4j-related data to $(OUTDIR)/icu4j/com/ibm/icu/impl/data/...
Expand Down
2 changes: 1 addition & 1 deletion icu4c/source/data/makedata.mak
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ uni-core-data: GODATA "$(ICUBLD_PKG)\pnames.icu" "$(ICUBLD_PKG)\uprops.icu" "$(I
# see icu4j-readme.txt

ICU4J_TZDATA="$(ICUOUT)\icu4j\icutzdata.jar"
ICU4J_DATA_DIRNAME=com\ibm\icu\impl\data\$(U_ICUDATA_NAME)b
ICU4J_DATA_DIRNAME=com\ibm\icu\impl\data\icudata
ICU4J_TZDATA_PATHS=$(ICU4J_DATA_DIRNAME)\zoneinfo64.res $(ICU4J_DATA_DIRNAME)\metaZones.res $(ICU4J_DATA_DIRNAME)\timezoneTypes.res $(ICU4J_DATA_DIRNAME)\windowsZones.res

generate-data: GODATA "$(ICUOUT)\$(ICUPKG).dat" uni-core-data
Expand Down

0 comments on commit 788b893

Please sign in to comment.