Skip to content

Commit

Permalink
Add an Automatic-Module-Name
Browse files Browse the repository at this point in the history
This adds an Automatic-Module-Name manifest entry in order to allow
epubcheck to be used in a modular context without having to depend
on an unstable generated module name.

Fix: w3c#1128
  • Loading branch information
io7m committed Apr 19, 2020
1 parent 6af3b98 commit 8a3b785
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@
net.sf.saxon.*;version="[9.8.0,9.8.1)",
*
</Import-Package>
<Automatic-Module-Name>org.w3c.epubcheck</Automatic-Module-Name>
<_removeheaders>Include-Resource,Private-Package, Bnd-LastModified, Build-Jdk, Built-By</_removeheaders>
</instructions>
</configuration>
Expand Down

0 comments on commit 8a3b785

Please sign in to comment.