ソースを参照

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年前
コミット
5dbc5b758b
2個のファイルの変更10行の追加0行の削除
  1. 1
    0
      fop-sandbox/pom.xml
  2. 9
    0
      fop/build.xml

+ 1
- 0
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>

+ 9
- 0
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}"/>

読み込み中…
キャンセル
保存