ソースを参照

All PDF files on top level were search & replaced against certain strings. This was a bug and now fixed.

svn changeset:505/svn branch:toolkit
tags/6.7.0.beta1
Jani Laakso 17年前
コミット
a43f28d0cd
1個のファイルの変更5行の追加1行の削除
  1. 5
    1
      build/build.xml

+ 5
- 1
build/build.xml ファイルの表示

@@ -226,7 +226,11 @@
<exclude name="**/.svn" />
<include name="*.html" />
<include name="*.txt" />
<include name="*.pdf" />
</fileset>
</copy>
<copy todir="${output-dir}">
<fileset dir="">
<filename name="*.pdf" />
</fileset>
</copy>
<copy todir="${output-dir}/doc/manual/html-style">

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