Explorar el Código

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 hace 17 años
padre
commit
a43f28d0cd
Se han modificado 1 ficheros con 5 adiciones y 1 borrados
  1. 5
    1
      build/build.xml

+ 5
- 1
build/build.xml Ver fichero

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

Cargando…
Cancelar
Guardar