Forráskód Böngészése

HADOOP-8188. Fixes the build process to do with jsvc, with IBM's JDK as the underlying jdk. Contributed by Devaraj Das.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-1@1303027 13f79535-47bb-0310-9956-ffa450edef68
Devaraj Das 13 éve
szülő
commit
1f8ea68726
2 módosított fájl, 4 hozzáadás és 0 törlés
  1. 3 0
      CHANGES.txt
  2. 1 0
      build.xml

+ 3 - 0
CHANGES.txt

@@ -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

+ 1 - 0
build.xml

@@ -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" />