Skip to content

Commit

Permalink
Fix manifest (java-native-access#120)
Browse files Browse the repository at this point in the history
Motivation:

The manifest did contain stuff that is not used at all.

Modifications:

Remove unused entries

Result:

Cleanup
  • Loading branch information
normanmaurer authored Dec 20, 2020
1 parent 7e58a3e commit a88d9b9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -394,10 +394,6 @@
</supportedProjectTypes>
<instructions>
<Export-Package>${project.groupId}.*</Export-Package>
<!-- enforce JVM vendor package as optional -->
<Import-Package>sun.misc.*;resolution:=optional,sun.nio.ch;resolution:=optional,sun.security.*;resolution:=optional</Import-Package>
<!-- override "internal" private package convention -->
<Private-Package>!*</Private-Package>
</instructions>
</configuration>
</execution>
Expand Down

0 comments on commit a88d9b9

Please sign in to comment.