You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by rm...@apache.org on 2012/03/22 22:54:14 UTC

svn commit: r1304088 - /lucene/dev/trunk/solr/build.xml

Author: rmuir
Date: Thu Mar 22 21:54:14 2012
New Revision: 1304088

URL: http://svn.apache.org/viewvc?rev=1304088&view=rev
Log:
fix javadocs for uima contrib from top level (copy the hack and comment from analysis-extras)

Modified:
    lucene/dev/trunk/solr/build.xml

Modified: lucene/dev/trunk/solr/build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/build.xml?rev=1304088&r1=1304087&r2=1304088&view=diff
==============================================================================
--- lucene/dev/trunk/solr/build.xml (original)
+++ lucene/dev/trunk/solr/build.xml Thu Mar 22 21:54:14 2012
@@ -467,6 +467,11 @@
         <fileset dir="contrib/analysis-extras" includes="build.xml"/>
       </subant>
 
+      <!-- TODO: optimize this, thats stupid here: -->
+      <subant target="module-jars-to-solr">
+        <fileset dir="contrib/uima" includes="build.xml"/>
+      </subant>
+
       <path id="javadoc.classpath">
         <path refid="classpath"/>
         <fileset dir="${dest}/contrib">