diff options
Diffstat (limited to 'fop-sandbox')
-rw-r--r-- | fop-sandbox/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fop-sandbox/pom.xml b/fop-sandbox/pom.xml index 880195c65..c1bc58f45 100644 --- a/fop-sandbox/pom.xml +++ b/fop-sandbox/pom.xml @@ -81,6 +81,7 @@ <mainClass>org.apache.fop.cli.Main</mainClass> </manifest> <manifestEntries> + <Automatic-Module-Name>org.apache.xmlgraphics.fop.sandbox</Automatic-Module-Name> <SpecificationTitle>XSL-FO - Extensible Stylesheet Language</SpecificationTitle> <SpecificationVersion>1.1</SpecificationVersion> <SpecificationVendor>World Wide Web Consortium</SpecificationVendor> |