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 bi...@apache.org on 2006/05/04 14:53:31 UTC

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

Author: billa
Date: Thu May  4 05:53:31 2006
New Revision: 399691

URL: http://svn.apache.org/viewcvs?rev=399691&view=rev
Log:
copy scripts into 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=399691&r1=399690&r2=399691&view=diff
==============================================================================
--- incubator/solr/trunk/build.xml (original)
+++ incubator/solr/trunk/build.xml Thu May  4 05:53:31 2006
@@ -241,7 +241,13 @@
 
   <target name="example" 
 	  depends="dist-war">
-          <copy file="${dist}/${ant.project.name}-${version}.war" tofile="${example}/webapps/${ant.project.name}.war"/>
+    <copy file="${dist}/${ant.project.name}-${version}.war"
+          tofile="${example}/webapps/${ant.project.name}.war"/>
+    <copy todir="${example}/solr/bin">
+      <fileset dir="${src}/scripts">
+        <exclude name="scripts.conf"/>
+      </fileset>
+    </copy>
   </target>
 
   <target name="dist-example"