Author: mattf
Date: Wed May  2 22:31:48 2012
New Revision: 1333230

URL: http://svn.apache.org/viewvc?rev=1333230&view=rev
Log:
MAPREDUCE-3377 on branch-1.0. Revert changes to build.xml that were wrongly 
included in r1306744, apparently by accident.

Modified:
    hadoop/common/branches/branch-1.0/build.xml

Modified: hadoop/common/branches/branch-1.0/build.xml
URL: 
http://svn.apache.org/viewvc/hadoop/common/branches/branch-1.0/build.xml?rev=1333230&r1=1333229&r2=1333230&view=diff
==============================================================================
--- hadoop/common/branches/branch-1.0/build.xml (original)
+++ hadoop/common/branches/branch-1.0/build.xml Wed May  2 22:31:48 2012
@@ -1592,6 +1592,14 @@
 
     <copy todir="${dist.dir}/" file="build.xml"/>
 
+    <subant target="task-controller">
+      <fileset dir="." includes="build.xml"/>
+    </subant>
+
+    <subant target="jsvc">
+      <fileset dir="." includes="build.xml"/>
+    </subant>
+
     <chmod perm="ugo+x" type="file" parallel="false">
         <fileset dir="${dist.dir}/bin"/>
         <fileset dir="${dist.dir}/sbin"/>
@@ -1760,6 +1768,14 @@
       </fileset>
     </copy>
 
+    <subant target="task-controller">
+      <fileset dir="." includes="build.xml"/>
+    </subant>
+
+    <subant target="jsvc">
+      <fileset dir="." includes="build.xml"/>
+    </subant>
+
     <chmod perm="ugo+x" type="file" parallel="false">
         <fileset dir="${dist.dir}/bin"/>
         <fileset dir="${dist.dir}/libexec"/>


Reply via email to