You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by cu...@apache.org on 2006/01/18 23:03:32 UTC

svn commit: r370281 - /lucene/nutch/trunk/build.xml

Author: cutting
Date: Wed Jan 18 14:03:28 2006
New Revision: 370281

URL: http://svn.apache.org/viewcvs?rev=370281&view=rev
Log:
Fix NUTCH-102: include webapps in packaged releases.

Modified:
    lucene/nutch/trunk/build.xml

Modified: lucene/nutch/trunk/build.xml
URL: http://svn.apache.org/viewcvs/lucene/nutch/trunk/build.xml?rev=370281&r1=370280&r2=370281&view=diff
==============================================================================
--- lucene/nutch/trunk/build.xml (original)
+++ lucene/nutch/trunk/build.xml Wed Jan 18 14:03:28 2006
@@ -377,6 +377,10 @@
       <fileset dir="lib"/>
     </copy>
 
+    <copy todir="${dist.dir}/webapps">
+      <fileset dir="${build.webapps}"/>
+    </copy>
+
     <copy todir="${dist.dir}/plugins">
       <fileset dir="${build.plugins}"/>
     </copy>