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 ho...@apache.org on 2009/08/27 16:07:04 UTC

svn commit: r808419 - /lucene/java/trunk/common-build.xml

Author: hossman
Date: Thu Aug 27 14:07:04 2009
New Revision: 808419

URL: http://svn.apache.org/viewvc?rev=808419&view=rev
Log:
LUCENE-1861: this is a shotgun style classpath, but for the specific usage of javadoc generation there isn't a lot of value in being surgical

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

Modified: lucene/java/trunk/common-build.xml
URL: http://svn.apache.org/viewvc/lucene/java/trunk/common-build.xml?rev=808419&r1=808418&r2=808419&view=diff
==============================================================================
--- lucene/java/trunk/common-build.xml (original)
+++ lucene/java/trunk/common-build.xml Thu Aug 27 14:07:04 2009
@@ -69,6 +69,9 @@
   <path id="javadoc.classpath">
     <path refid="classpath"/>
     <pathelement location="${ant.home}/lib/ant.jar"/>
+    <fileset dir=".">
+      <include name="**/lib/*.jar"/>
+    </fileset>
   </path>
 	
   <property name="changes.src.dir" value="${common.dir}/src/site/changes"/>