瀏覽代碼

HDFS-3316. The tar ball doesn't include jsvc any more. Contributed by Owen O'Malley.

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

+ 3 - 0
CHANGES.txt

@@ -52,6 +52,9 @@ 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.
+    (Owen O'Malley via mattf)
+
 Release 1.0.2 - 2012.03.24
 
   NEW FEATURES

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