aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Adams <gadams@apache.org>2016-03-13 02:18:57 +0000
committerGlenn Adams <gadams@apache.org>2016-03-13 02:18:57 +0000
commit5dbc5b758b6d3323c51e92c90c9aa1e1a2317f98 (patch)
tree03b73a4bb37ddac748e97a2546727313a2ad199a
parent56a5fe00c829a616178a2b95f371577fa4ff6db1 (diff)
downloadxmlgraphics-fop-5dbc5b758b6d3323c51e92c90c9aa1e1a2317f98.tar.gz
xmlgraphics-fop-5dbc5b758b6d3323c51e92c90c9aa1e1a2317f98.zip
Fixups for fop-sandbox artifacts, svn:ignore.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/maven@1734754 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--fop-sandbox/pom.xml1
-rw-r--r--fop/build.xml9
2 files changed, 10 insertions, 0 deletions
diff --git a/fop-sandbox/pom.xml b/fop-sandbox/pom.xml
index d0eb9847a..9e6e04e95 100644
--- a/fop-sandbox/pom.xml
+++ b/fop-sandbox/pom.xml
@@ -75,6 +75,7 @@
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
+ <addMavenDescriptor>false</addMavenDescriptor>
<manifest>
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
<mainClass>org.apache.fop.cli.Main</mainClass>
diff --git a/fop/build.xml b/fop/build.xml
index 3f9398c2b..d4c4de1a5 100644
--- a/fop/build.xml
+++ b/fop/build.xml
@@ -411,6 +411,15 @@ list of possible build targets.
<include name="**/*.xml"/>
</fileset>
</copy>
+ <copy todir="${build.sandbox-classes.dir}">
+ <fileset dir="${src.resources.dir}">
+ <include name="META-INF/services/*.ElementMapping"/>
+ <include name="META-INF/services/*.FOEventHandler"/>
+ <include name="META-INF/services/*.IFDocumentHandler"/>
+ <include name="META-INF/services/*.ImageHandler"/>
+ <include name="META-INF/services/*.XMLHandler"/>
+ </fileset>
+ </copy>
<mkdir dir="${build.viewer.resources.dir}"/>
<copy todir="${build.viewer.resources.dir}">
<fileset dir="${src.viewer.resources.dir}"/>