mirror of https://github.com/apache/lucene.git
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:
parent
94048160e0
commit
e0337b703c
|
@ -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"/>
|
||||
|
|
Loading…
Reference in New Issue