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:17:12 UTC

svn commit: r1334779 - in /hadoop/common/branches/branch-1: CHANGES.txt build.xml

Author: mattf
Date: Sun May  6 21:17:12 2012
New Revision: 1334779

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

Modified:
    hadoop/common/branches/branch-1/CHANGES.txt   (contents, props changed)
    hadoop/common/branches/branch-1/build.xml

Modified: hadoop/common/branches/branch-1/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/CHANGES.txt?rev=1334779&r1=1334778&r2=1334779&view=diff
==============================================================================
--- hadoop/common/branches/branch-1/CHANGES.txt (original)
+++ hadoop/common/branches/branch-1/CHANGES.txt Sun May  6 21:17:12 2012
@@ -294,9 +294,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)
 

Propchange: hadoop/common/branches/branch-1/CHANGES.txt
------------------------------------------------------------------------------
  Reverse-merged /hadoop/common/branches/branch-1.0/CHANGES.txt:r1332112

Modified: hadoop/common/branches/branch-1/build.xml
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/build.xml?rev=1334779&r1=1334778&r2=1334779&view=diff
==============================================================================
--- hadoop/common/branches/branch-1/build.xml (original)
+++ hadoop/common/branches/branch-1/build.xml Sun May  6 21:17:12 2012
@@ -1494,7 +1494,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}"/>