diff options
author | Simon Steiner <ssteiner@apache.org> | 2024-02-22 12:01:29 +0000 |
---|---|---|
committer | Simon Steiner <ssteiner@apache.org> | 2024-02-22 12:01:29 +0000 |
commit | ed60079e0064febb68d8c5be690c853f6d83ac4a (patch) | |
tree | be565d67e31d4e6bd9539610181790565b4ed965 /fop/pom.xml | |
parent | 08d676ebd139a827fc2e6756d1ab542bce1a17b7 (diff) | |
download | xmlgraphics-fop-ed60079e0064febb68d8c5be690c853f6d83ac4a.tar.gz xmlgraphics-fop-ed60079e0064febb68d8c5be690c853f6d83ac4a.zip |
FOP-3159: Set an automatic module name by Samael Bate
Diffstat (limited to 'fop/pom.xml')
-rw-r--r-- | fop/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fop/pom.xml b/fop/pom.xml index 5845e1f2c..43d68deca 100644 --- a/fop/pom.xml +++ b/fop/pom.xml @@ -52,6 +52,7 @@ <mainClass>org.apache.fop.cli.Main</mainClass> </manifest> <manifestEntries> + <Automatic-Module-Name>org.apache.xmlgraphics.fop</Automatic-Module-Name> <SpecificationTitle>XSL-FO - Extensible Stylesheet Language</SpecificationTitle> <SpecificationVersion>1.1</SpecificationVersion> <SpecificationVendor>World Wide Web Consortium</SpecificationVendor> |