Index: modules/analysis/icu/build.xml
===================================================================
--- modules/analysis/icu/build.xml	(revision 1087706)
+++ modules/analysis/icu/build.xml	(working copy)
@@ -137,4 +137,28 @@
     <m2-deploy-with-pom-template pom.xml="lib/lucene-icu4j-pom.xml.template"
                                  jar.file="lib/icu4j-4_6.jar" />
   </target>
+
+  <target name="javadocs" depends="compile-core">
+   	<sequential>
+       <mkdir dir="${javadoc.dir}/contrib-${name}"/>
+       <path id="javadoc.classpath">
+         <path refid="classpath"/>
+         <pathelement location="${ant.home}/lib/ant.jar"/>
+         <fileset dir=".">
+           <exclude name="build/**/*.jar"/>
+           <include name="**/lib/*.jar"/>
+         </fileset>
+       </path>
+       <invoke-javadoc
+         destdir="${javadoc.dir}/contrib-${name}"
+       	 title="${Name} ${version} contrib-${name} API">
+         <sources>
+           <link href="../contrib-analyzers-common"/>
+           <link href=""/>
+           <packageset dir="${src.dir}"/>
+        </sources>
+      </invoke-javadoc>
+      <jarify basedir="${javadoc.dir}/contrib-${name}" destfile="${build.dir}/${final.name}-javadoc.jar"/>
+    </sequential>
+  </target>	
 </project>
Index: modules/benchmark/src/java/org/apache/lucene/benchmark/byTask/tasks/WriteLineDocTask.java
===================================================================
--- modules/benchmark/src/java/org/apache/lucene/benchmark/byTask/tasks/WriteLineDocTask.java	(revision 1087706)
+++ modules/benchmark/src/java/org/apache/lucene/benchmark/byTask/tasks/WriteLineDocTask.java	(working copy)
@@ -43,7 +43,8 @@
  * <p>
  * The format of the output is set according to the output file extension.
  * Compression is recommended when the output file is expected to be large.
- * See info on file extensions in {@link StreamUtils.Type}
+ * See info on file extensions in
+ * {@link org.apache.lucene.benchmark.byTask.utils.StreamUtils.Type}
  * <p> 
  * Supports the following parameters:
  * <ul>
