You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2011/03/08 15:44:56 UTC

svn commit: r1079377 - in /lucene/dev/trunk: ./ lucene/ solr/ solr/build.xml solr/example/

Author: uschindler
Date: Tue Mar  8 14:44:56 2011
New Revision: 1079377

URL: http://svn.apache.org/viewvc?rev=1079377&view=rev
Log:
Fix packaging.

Modified:
    lucene/dev/trunk/   (props changed)
    lucene/dev/trunk/lucene/   (props changed)
    lucene/dev/trunk/solr/   (props changed)
    lucene/dev/trunk/solr/build.xml
    lucene/dev/trunk/solr/example/   (props changed)

Modified: lucene/dev/trunk/solr/build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/build.xml?rev=1079377&r1=1079376&r2=1079377&view=diff
==============================================================================
--- lucene/dev/trunk/solr/build.xml (original)
+++ lucene/dev/trunk/solr/build.xml Tue Mar  8 14:44:56 2011
@@ -845,7 +845,7 @@
 
   <target name="create-package"
           description="Packages the Solr Binary Distribution"
-          depends="dist, example">
+          depends="dist, example, javadoc">
 
     <copy failonerror="false" todir="${build.docs}">
       <fileset dir="site" />