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>




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Nutch-cvs mailing list
Nutch-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nutch-cvs

Reply via email to