You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by ma...@apache.org on 2012/05/06 23:19:46 UTC

svn commit: r1334781 - in /hadoop/common/branches/branch-1.0: CHANGES.txt build.xml

Author: mattf
Date: Sun May  6 21:19:46 2012
New Revision: 1334781

URL: http://svn.apache.org/viewvc?rev=1334781&view=rev
Log:
revert HDFS-3316.

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

Modified: hadoop/common/branches/branch-1.0/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1.0/CHANGES.txt?rev=1334781&r1=1334780&r2=1334781&view=diff
==============================================================================
--- hadoop/common/branches/branch-1.0/CHANGES.txt (original)
+++ hadoop/common/branches/branch-1.0/CHANGES.txt Sun May  6 21:19:46 2012
@@ -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)
 

Modified: hadoop/common/branches/branch-1.0/build.xml
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1.0/build.xml?rev=1334781&r1=1334780&r2=1334781&view=diff
==============================================================================
--- hadoop/common/branches/branch-1.0/build.xml (original)
+++ hadoop/common/branches/branch-1.0/build.xml Sun May  6 21:19:46 2012
@@ -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}"/>