소스 검색

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