This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
libphonenumber
mirror of
https://github.com/google/libphonenumber
Watch
1
Star
1
Fork
0
Code
Issues
0
Projects
0
Releases
254
Wiki
Activity
Browse Source
Removed Automatic-Module-Name from carrier and geocoder. Classes in these modules belong to the same package as core libphonenumber library, which leads to the split package problem with Java modules.
pull/3758/head
tijanavg
1 year ago
parent
462cea9d3b
commit
5273bf665e
2 changed files
with
0 additions
and
8 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-4
java/carrier/pom.xml
+0
-4
java/geocoder/pom.xml
+ 0
- 4
java/carrier/pom.xml
View File
@ -52,10 +52,6 @@
<manifestFile
>
${project.build.outputDirectory}/META-INF/MANIFEST.MF
</manifestFile>
<manifestEntries
>
<Automatic-Module-Name
>
com.google.i18n.phonenumbers.carrier
</Automatic-Module-Name>
</manifestEntries>
</archive>
</configuration>
</execution>
+ 0
- 4
java/geocoder/pom.xml
View File
@ -62,10 +62,6 @@
<manifestFile
>
${project.build.outputDirectory}/META-INF/MANIFEST.MF
</manifestFile>
<manifestEntries
>
<Automatic-Module-Name
>
com.google.i18n.phonenumbers.geocoder
</Automatic-Module-Name>
</manifestEntries>
</archive>
</configuration>
</execution>
Write
Preview
Loading…
Cancel
Save