浏览代码

revert HDFS-3316.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-1.0@1334781 13f79535-47bb-0310-9956-ffa450edef68
Matthew Foley 13 年之前
父节点
当前提交
b73370c9e8
共有 2 个文件被更改,包括 1 次插入4 次删除
  1. 0 3
      CHANGES.txt
  2. 1 1
      build.xml

+ 0 - 3
CHANGES.txt

@@ -54,9 +54,6 @@ Release 1.0.3 - unreleased
 
     HDFS-3265. PowerPc Build error. (Kumar Ravi via mattf)
 
-    HDFS-3316. The tar ball doesn't include jsvc any more.
-    (omalley via mattf)
-
     HDFS-1041. DFSClient.getFileChecksum(..) should retry if connection to
     the first datanode fails.  (szetszwo)
 

+ 1 - 1
build.xml

@@ -1491,7 +1491,7 @@
   <!-- ================================================================== -->
   <!--                                                                    -->
   <!-- ================================================================== -->
-  <target name="package" depends="compile, jar, javadoc, docs, cn-docs, api-report, examples, tools-jar, jar-test, ant-tasks, package-librecordio, jsvc"
+  <target name="package" depends="compile, jar, javadoc, docs, cn-docs, api-report, examples, tools-jar, jar-test, ant-tasks, package-librecordio"
 	  description="assembles multi-platform artifacts for distribution">
     <delete dir="${dist.dir}"/>
     <mkdir dir="${dist.dir}"/>