Author: tomwhite Date: Tue Jul 10 13:26:57 2007 New Revision: 555070 URL: http://svn.apache.org/viewvc?view=rev&rev=555070 Log: HADOOP-1571. Add contrib lib directories to root build.xml javadoc classpath. Contributed by Michael Stack.
Modified: lucene/hadoop/trunk/CHANGES.txt lucene/hadoop/trunk/build.xml Modified: lucene/hadoop/trunk/CHANGES.txt URL: http://svn.apache.org/viewvc/lucene/hadoop/trunk/CHANGES.txt?view=diff&rev=555070&r1=555069&r2=555070 ============================================================================== --- lucene/hadoop/trunk/CHANGES.txt (original) +++ lucene/hadoop/trunk/CHANGES.txt Tue Jul 10 13:26:57 2007 @@ -280,6 +280,9 @@ 86. HADOOP-1556. Make LocalJobRunner delete working files at end of job run. (Devaraj Das via tomwhite) + 87. HADOOP-1571. Add contrib lib directories to root build.xml + javadoc classpath. (Michael Stack via tomwhite) + Release 0.13.0 - 2007-06-08 Modified: lucene/hadoop/trunk/build.xml URL: http://svn.apache.org/viewvc/lucene/hadoop/trunk/build.xml?view=diff&rev=555070&r1=555069&r2=555070 ============================================================================== --- lucene/hadoop/trunk/build.xml (original) +++ lucene/hadoop/trunk/build.xml Tue Jul 10 13:26:57 2007 @@ -602,7 +602,13 @@ <packageset dir="src/contrib/hbase/src/java"/> <link href="${javadoc.link.java}"/> - <classpath refid="classpath"/> + + <classpath > + <path refid="classpath" /> + <fileset dir="src/contrib/"> + <include name="*/lib/*.jar" /> + </fileset> + </classpath> <group title="Core" packages="org.apache.*"/> <group title="Examples" packages="org.apache.hadoop.examples*"/>