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

svn commit: r1325629 - /lucene/dev/trunk/lucene/common-build.xml

Author: rmuir
Date: Fri Apr 13 07:16:34 2012
New Revision: 1325629

URL: http://svn.apache.org/viewvc?rev=1325629&view=rev
Log:
LUCENE-3977: don't generate useless index

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

Modified: lucene/dev/trunk/lucene/common-build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/common-build.xml?rev=1325629&r1=1325628&r2=1325629&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/common-build.xml (original)
+++ lucene/dev/trunk/lucene/common-build.xml Fri Apr 13 07:16:34 2012
@@ -1079,6 +1079,7 @@
           encoding="${build.encoding}"
           charset="${javadoc.charset}"
           docencoding="${javadoc.charset}"
+          noindex="true"
           author="true"
           version="true"
           use="true"