Explorar o código

Fix errant commit to build.xml

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-1.1@1363897 13f79535-47bb-0310-9956-ffa450edef68
Christopher Douglas %!s(int64=13) %!d(string=hai) anos
pai
achega
7f81eb7642
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      build.xml

+ 1 - 1
build.xml

@@ -698,7 +698,7 @@
 
   <target name="compile-core"
           depends="clover,compile-core-classes,compile-mapred-classes,
-  	compile-hdfs-classes"
+  	compile-hdfs-classes,compile-core-native,compile-c++" 
   	description="Compile core only">
   </target>