aboutsummaryrefslogtreecommitdiffstats
path: root/fop-transcoder
diff options
context:
space:
mode:
authorSimon Steiner <ssteiner@apache.org>2024-02-22 12:01:29 +0000
committerSimon Steiner <ssteiner@apache.org>2024-02-22 12:01:29 +0000
commited60079e0064febb68d8c5be690c853f6d83ac4a (patch)
treebe565d67e31d4e6bd9539610181790565b4ed965 /fop-transcoder
parent08d676ebd139a827fc2e6756d1ab542bce1a17b7 (diff)
downloadxmlgraphics-fop-ed60079e0064febb68d8c5be690c853f6d83ac4a.tar.gz
xmlgraphics-fop-ed60079e0064febb68d8c5be690c853f6d83ac4a.zip
FOP-3159: Set an automatic module name by Samael Bate
Diffstat (limited to 'fop-transcoder')
-rw-r--r--fop-transcoder/pom.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/fop-transcoder/pom.xml b/fop-transcoder/pom.xml
index 2ef6f7fc7..0af565a79 100644
--- a/fop-transcoder/pom.xml
+++ b/fop-transcoder/pom.xml
@@ -58,6 +58,9 @@
<manifest>
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
</manifest>
+ <manifestEntries>
+ <Automatic-Module-Name>org.apache.xmlgraphics.fop.transcoder</Automatic-Module-Name>
+ </manifestEntries>
</archive>
<descriptors>
<descriptor>src/tools/resources/assembly/assembly.xml</descriptor>