]> granicus.if.org Git - icu/commitdiff
ICU-20192 Add Automatic-Module-Name to META-INF/MANIFEST.MF (#193)
authorleadpony <34061134+leadpony@users.noreply.github.com>
Mon, 8 Oct 2018 15:41:02 +0000 (00:41 +0900)
committerYoshito Umaoka <yumaoka@users.noreply.github.com>
Mon, 8 Oct 2018 15:41:02 +0000 (11:41 -0400)
* Add Automatic-Module-Name to META-INF/MANIFEST.MF

* Added com.ibm.icu.number in Export-Package list

* Add Automatic-Module-Name to charset and localespi

icu4j/main/classes/charset/manifest.stub
icu4j/main/classes/localespi/manifest.stub
icu4j/manifest.stub

index 59ccafe79973498df4c01a09c5fee94bbeb4041d..0855fa1c9471a197542bb2f730de86e711c7aa7f 100644 (file)
@@ -14,3 +14,4 @@ Bundle-Version: @IMPLVERSION@
 Bundle-Vendor: Unicode, Inc.
 Bundle-Copyright: @COPYRIGHT@
 Bundle-RequiredExecutionEnvironment: @EXECENV@
+Automatic-Module-Name: com.ibm.icu.charset
\ No newline at end of file
index 6eba4fa08e0e37dc183907c30d99dc291b6e8074..b9e2ab1d28f9b1a544221e7f1b89039983a3f5e1 100644 (file)
@@ -14,3 +14,4 @@ Bundle-Version: @IMPLVERSION@
 Bundle-Vendor: Unicode, Inc.
 Bundle-Copyright: @COPYRIGHT@
 Bundle-RequiredExecutionEnvironment: @EXECENV@
+Automatic-Module-Name: com.ibm.icu.localespi
\ No newline at end of file
index 2f0d229f397c05c438ec6b528430ed1e78ecbeea..98e011f7c324130881b36eb528774f0475e100b2 100644 (file)
@@ -15,4 +15,5 @@ Bundle-Vendor: Unicode, Inc.
 Bundle-Copyright: @COPYRIGHT@
 Bundle-RequiredExecutionEnvironment: @EXECENV@
 Main-Class: com.ibm.icu.util.VersionInfo
-Export-Package: com.ibm.icu.lang,com.ibm.icu.math,com.ibm.icu.text,com.ibm.icu.util
\ No newline at end of file
+Export-Package: com.ibm.icu.lang,com.ibm.icu.math,com.ibm.icu.number,com.ibm.icu.text,com.ibm.icu.util
+Automatic-Module-Name: com.ibm.icu