You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2012/04/22 14:16:39 UTC

svn commit: r1328862 - /lucene/dev/trunk/lucene/build.xml

Author: uschindler
Date: Sun Apr 22 12:16:38 2012
New Revision: 1328862

URL: http://svn.apache.org/viewvc?rev=1328862&view=rev
Log:
LUCENE-4007: Force XSL transformation, even if files did not change (because module build.xml are not checked for actuality here)

Modified:
    lucene/dev/trunk/lucene/build.xml

Modified: lucene/dev/trunk/lucene/build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/build.xml?rev=1328862&r1=1328861&r2=1328862&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/build.xml (original)
+++ lucene/dev/trunk/lucene/build.xml Sun Apr 22 12:16:38 2012
@@ -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"/>