瀏覽代碼

MAPREDUCE-3377 on branch-1.0. Revert changes to build.xml that were wrongly included in r1306744, apparently by accident.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-1.0@1333230 13f79535-47bb-0310-9956-ffa450edef68
Matthew Foley 13 年之前
父節點
當前提交
f79ad12faf
共有 1 個文件被更改,包括 16 次插入0 次删除
  1. 16 0
      build.xml

+ 16 - 0
build.xml

@@ -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"/>