You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by cu...@apache.org on 2006/02/07 00:34:24 UTC

svn commit: r375413 - /lucene/hadoop/trunk/build.xml

Author: cutting
Date: Mon Feb  6 15:34:13 2006
New Revision: 375413

URL: http://svn.apache.org/viewcvs?rev=375413&view=rev
Log:
Add scripts into jar file so they're bundled with code.

Modified:
    lucene/hadoop/trunk/build.xml

Modified: lucene/hadoop/trunk/build.xml
URL: http://svn.apache.org/viewcvs/lucene/hadoop/trunk/build.xml?rev=375413&r1=375412&r2=375413&view=diff
==============================================================================
--- lucene/hadoop/trunk/build.xml (original)
+++ lucene/hadoop/trunk/build.xml Mon Feb  6 15:34:13 2006
@@ -116,6 +116,9 @@
           todir="${build.classes}"/>
     <copy file="${conf.dir}/mapred-default.xml"
           todir="${build.classes}"/>
+    <tar compression="gzip" destfile="${build.classes}/bin.tgz">
+      <tarfileset dir="bin" mode="755"/>
+    </tar>
     <jar jarfile="${build.dir}/${final.name}.jar"
          basedir="${build.classes}">
       <manifest>