Skip to content

Commit

Permalink
Merge pull request #6568 from ennerf/add-jigsaw-module-name
Browse files Browse the repository at this point in the history
Java: Add Automatic-Module-Name entries to the Manifest
  • Loading branch information
rafi-kamal committed Aug 30, 2019
2 parents 7ba4a99 + 405b618 commit bc1773c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions java/core/pom.xml
Expand Up @@ -144,6 +144,7 @@
<extensions>true</extensions>
<configuration>
<instructions>
<Automatic-Module-Name>com.google.protobuf</Automatic-Module-Name> <!-- Java9+ Jigsaw module name -->
<Bundle-DocURL>https://developers.google.com/protocol-buffers/</Bundle-DocURL>
<Bundle-SymbolicName>com.google.protobuf</Bundle-SymbolicName>
<Export-Package>com.google.protobuf;version=${project.version}</Export-Package>
Expand Down
1 change: 1 addition & 0 deletions java/lite/pom.xml
Expand Up @@ -324,6 +324,7 @@
<extensions>true</extensions>
<configuration>
<instructions>
<Automatic-Module-Name>com.google.protobuf</Automatic-Module-Name> <!-- Java9+ Jigsaw module name -->
<Bundle-DocURL>https://developers.google.com/protocol-buffers/</Bundle-DocURL>
<Bundle-SymbolicName>com.google.protobuf</Bundle-SymbolicName>
<Export-Package>com.google.protobuf;version=${project.version}</Export-Package>
Expand Down
1 change: 1 addition & 0 deletions java/util/pom.xml
Expand Up @@ -118,6 +118,7 @@
<extensions>true</extensions>
<configuration>
<instructions>
<Automatic-Module-Name>com.google.protobuf.util</Automatic-Module-Name> <!-- Java9+ Jigsaw module name -->
<Bundle-DocURL>https://developers.google.com/protocol-buffers/</Bundle-DocURL>
<Bundle-SymbolicName>com.google.protobuf.util</Bundle-SymbolicName>
<Export-Package>com.google.protobuf.util;version=${project.version}</Export-Package>
Expand Down

0 comments on commit bc1773c

Please sign in to comment.