Commit 10ce08a2 authored by Mathieu Malaterre's avatar Mathieu Malaterre
Browse files

servlet: make the pom produce a jar instead of a war

parent 41d10c33
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ org.apache.xmlgraphics fop-core jar s/.*/debian/ * *
org.apache.xmlgraphics fop-events jar s/.*/debian/ * *
org.apache.xmlgraphics fop-parent pom s/.*/debian/ * *
org.apache.xmlgraphics fop-sandbox jar s/.*/debian/ * *
org.apache.xmlgraphics fop-servlet war s/.*/debian/ * *
org.apache.xmlgraphics fop-servlet jar s/.*/debian/ * *
org.apache.xmlgraphics fop-transcoder-allinone jar s/.*/debian/ * *
org.apache.xmlgraphics fop-transcoder jar s/.*/debian/ * *
org.apache.xmlgraphics fop-util jar s/.*/debian/ * *
+16 −0
Original line number Diff line number Diff line
Description: Use jar instead of war
Author: Mathieu Malaterre <malat@debian.org>
Forwarded: no
Last-Update: 2018-11-12

--- fop-2.3.orig/fop-servlet/pom.xml
+++ fop-2.3/fop-servlet/pom.xml
@@ -6,7 +6,7 @@
   <artifactId>fop-servlet</artifactId>
   <name>Apache FOP Servlet</name>
   <description>XML Graphics Format Object Processor Servlet</description>
-  <packaging>war</packaging>
+  <packaging>jar</packaging>
 
   <parent>
     <groupId>org.apache.xmlgraphics</groupId>
+1 −0
Original line number Diff line number Diff line
removejai.patch
preferjaroverwar.patch