You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by yo...@apache.org on 2006/02/27 00:13:59 UTC

svn commit: r381199 - /incubator/solr/trunk/build.xml

Author: yonik
Date: Sun Feb 26 15:13:52 2006
New Revision: 381199

URL: http://svn.apache.org/viewcvs?rev=381199&view=rev
Log:
temporary fix for solr.war missing in example

Modified:
    incubator/solr/trunk/build.xml

Modified: incubator/solr/trunk/build.xml
URL: http://svn.apache.org/viewcvs/incubator/solr/trunk/build.xml?rev=381199&r1=381198&r2=381199&view=diff
==============================================================================
--- incubator/solr/trunk/build.xml (original)
+++ incubator/solr/trunk/build.xml Sun Feb 26 15:13:52 2006
@@ -207,7 +207,7 @@
 
   <!-- make a distribution -->
   <target name="package"
-	  depends="dist, javadoc">
+	  depends="dist, example, javadoc">
     <zip destfile="${dist}/${ant.project.name}-${version}.zip">
       <zipfileset dir="."
         prefix="${ant.project.name}-${version}"