You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-commits@hadoop.apache.org by st...@apache.org on 2011/02/07 19:35:58 UTC

svn commit: r1068044 - /hadoop/hdfs/trunk/build.xml

Author: stevel
Date: Mon Feb  7 18:35:58 2011
New Revision: 1068044

URL: http://svn.apache.org/viewvc?rev=1068044&view=rev
Log:
HDFS-560 build file tuning

Modified:
    hadoop/hdfs/trunk/build.xml

Modified: hadoop/hdfs/trunk/build.xml
URL: http://svn.apache.org/viewvc/hadoop/hdfs/trunk/build.xml?rev=1068044&r1=1068043&r2=1068044&view=diff
==============================================================================
--- hadoop/hdfs/trunk/build.xml (original)
+++ hadoop/hdfs/trunk/build.xml Mon Feb  7 18:35:58 2011
@@ -17,7 +17,7 @@
    limitations under the License.
 -->
 
-<project name="Hadoop-Hdfs" default="compile" 
+<project name="hadoop-hdfs" default="compile" 
    xmlns:artifact="urn:maven-artifact-ant"
    xmlns:ivy="antlib:org.apache.ivy.ant"> 
 
@@ -1842,11 +1842,11 @@
     <ivy:cachepath pathid="ivy-test.classpath" conf="system"/>
   </target>
 
-  <target name="ivy-report" depends="ivy-resolve-releaseaudit"
+  <target name="ivy-report" depends="ivy-resolve"
     description="Generate">
     <ivy:report todir="${build.ivy.report.dir}" settingsRef="${ant.project.name}.ivy.settings"/>
     <echo>
-      Reports generated:${build.ivy.report.dir}
+      Reports generated: ${build.ivy.report.dir}
     </echo>
   </target>