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/09/21 01:46:31 UTC

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

Author: uschindler
Date: Thu Sep 20 23:46:30 2012
New Revision: 1388273

URL: http://svn.apache.org/viewvc?rev=1388273&view=rev
Log:
SOLR-3733: Missed one target

Modified:
    lucene/dev/trunk/build.xml

Modified: lucene/dev/trunk/build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/build.xml?rev=1388273&r1=1388272&r2=1388273&view=diff
==============================================================================
--- lucene/dev/trunk/build.xml (original)
+++ lucene/dev/trunk/build.xml Thu Sep 20 23:46:30 2012
@@ -45,7 +45,7 @@
     </sequential>
   </target>
 
-  <target name="javadocs" description="Generate Lucene and Solr javadocs">
+  <target name="documentation" description="Generate Lucene and Solr Documentation">
     <sequential>
       <subant target="documentation" inheritall="false" failonerror="true">
         <fileset dir="lucene" includes="build.xml" />