You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@lucene.apache.org by gs...@apache.org on 2006/11/27 01:11:17 UTC

svn commit: r479472 - /lucene/java/trunk/build.xml

Author: gsingers
Date: Sun Nov 26 16:11:16 2006
New Revision: 479472

URL: http://svn.apache.org/viewvc?view=rev&rev=479472
Log:
updated docs target to echo a message on how to update the website

Modified:
    lucene/java/trunk/build.xml

Modified: lucene/java/trunk/build.xml
URL: http://svn.apache.org/viewvc/lucene/java/trunk/build.xml?view=diff&rev=479472&r1=479471&r2=479472
==============================================================================
--- lucene/java/trunk/build.xml (original)
+++ lucene/java/trunk/build.xml Sun Nov 26 16:11:16 2006
@@ -118,7 +118,7 @@
   <!--                                                                    -->
   <!-- ================================================================== -->
   <target name="docs" description="Build the website">
-    <ant dir="site" inheritAll="false"/>
+      <echo>DEPRECATED - Doing Nothing.  See http://wiki.apache.org/jakarta-lucene/HowToUpdateTheWebsite</echo>
   </target>
 
   <target name="javadocs" description="Generate javadoc">