LUCENE-4007: Force XSL transformation, even if files did not change (because module build.xml are not checked for actuality here)

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1328862 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Uwe Schindler 2012-04-22 12:16:38 +00:00
parent 94048160e0
commit e0337b703c
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@
so we pass ourself (${ant.file}) here. The list of module build.xmls is given
via string parameter, that must be splitted by the XSL at '|'.
-->
<xslt in="${ant.file}" out="${javadoc.dir}/index.html" style="site/xsl/index.xsl">
<xslt in="${ant.file}" out="${javadoc.dir}/index.html" style="site/xsl/index.xsl" force="true">
<outputproperty name="method" value="html"/>
<outputproperty name="version" value="4.0"/>
<outputproperty name="encoding" value="UTF-8"/>