Browse Source

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
tags/fop-2_2
Glenn Adams 8 years ago
parent
commit
5dbc5b758b
2 changed files with 10 additions and 0 deletions
  1. 1
    0
      fop-sandbox/pom.xml
  2. 9
    0
      fop/build.xml

+ 1
- 0
fop-sandbox/pom.xml View File

@@ -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>

+ 9
- 0
fop/build.xml View File

@@ -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}"/>

Loading…
Cancel
Save