瀏覽代碼

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

Loading…
取消
儲存