ソースを参照

Fix packaging of all-in-one transcoder JAR (due to changes in Commons IO).


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197335 13f79535-47bb-0310-9956-ffa450edef68
pull/30/head
Jeremias Maerki 20年前
コミット
123e26fc11
1個のファイルの変更3行の追加2行の削除
  1. 3
    2
      build.xml

+ 3
- 2
build.xml ファイルの表示

@@ -563,8 +563,9 @@ list of possible build targets.
<unjar dest="${transcoder-deps}">
<patternset>
<include name="org/apache/avalon/framework/*"/>
<include name="org/apache/commons/io/IOUtil.class"/>
<include name="org/apache/commons/io/ProxyOutputStream.class"/>
<include name="org/apache/commons/io/CopyUtils.class"/>
<include name="org/apache/commons/io/IOUtils.class"/>
<include name="org/apache/commons/io/output/ProxyOutputStream.class"/>
<include name="org/apache/commons/io/output/ByteArrayOutputStream.class"/>
<include name="org/apache/commons/io/output/CountingOutputStream.class"/>
</patternset>

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