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 dd...@apache.org on 2012/03/20 18:30:22 UTC

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

Author: ddas
Date: Tue Mar 20 17:30:22 2012
New Revision: 1303027

URL: http://svn.apache.org/viewvc?rev=1303027&view=rev
Log:
HADOOP-8188. Fixes the build process to do with jsvc, with IBM's JDK as the underlying jdk. Contributed by Devaraj Das.

Modified:
    hadoop/common/branches/branch-1/CHANGES.txt
    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=1303027&r1=1303026&r2=1303027&view=diff
==============================================================================
--- hadoop/common/branches/branch-1/CHANGES.txt (original)
+++ hadoop/common/branches/branch-1/CHANGES.txt Tue Mar 20 17:30:22 2012
@@ -169,6 +169,9 @@ Release 1.1.0 - unreleased
     HADOOP-6941. Adds support for building Hadoop with IBM's JDK
     (Stephen Watt, Eli and ddas)
 
+    HADOOP-8188. Fixes the build process to do with jsvc, with IBM's JDK 
+    as the underlying jdk. (ddas)
+
 Release 1.0.2 - 2012.03.18
 
   NEW FEATURES

Modified: hadoop/common/branches/branch-1/build.xml
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/build.xml?rev=1303027&r1=1303026&r2=1303027&view=diff
==============================================================================
--- hadoop/common/branches/branch-1/build.xml (original)
+++ hadoop/common/branches/branch-1/build.xml Tue Mar 20 17:30:22 2012
@@ -183,6 +183,7 @@
       <os arch="i486" />
       <os arch="i586" />
       <os arch="i686" />
+      <os arch="x86" />
     </or>
   </condition>
   <property name="jsvc.location" value="http://archive.apache.org/dist/commons/daemon/binaries/1.0.2/linux/commons-daemon-1.0.2-bin-linux-${os-arch}.tar.gz" />