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 om...@apache.org on 2011/03/04 04:58:10 UTC

svn commit: r1077268 - /hadoop/common/branches/branch-0.20-security-patches/build.xml

Author: omalley
Date: Fri Mar  4 03:58:09 2011
New Revision: 1077268

URL: http://svn.apache.org/viewvc?rev=1077268&view=rev
Log:
commit b7d492b947c5a6ef792ffb965ab85fe050139a57
Author: Yahoo\! <lt...@yahoo-inc.com>
Date:   Tue Mar 2 12:01:51 2010 -0800

    Botched merge of HADOOP-6832 caused the test jar not to be properly
    named with the new maven conformed jar name

Modified:
    hadoop/common/branches/branch-0.20-security-patches/build.xml

Modified: hadoop/common/branches/branch-0.20-security-patches/build.xml
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.20-security-patches/build.xml?rev=1077268&r1=1077267&r2=1077268&view=diff
==============================================================================
--- hadoop/common/branches/branch-0.20-security-patches/build.xml (original)
+++ hadoop/common/branches/branch-0.20-security-patches/build.xml Fri Mar  4 03:58:09 2011
@@ -30,7 +30,7 @@
   <property name="name" value="hadoop"/>
   <property name="version" value="0.20.100.0-SNAPSHOT"/>
   <property name="final.name" value="${name}-${version}"/>
-  <property name="test.final.name" value="${final.name}-test"/>
+  <property name="test.final.name" value="${name}-test-${version}"/>
   <property name="year" value="2009"/>
   
   <property name="core.final.name" value="${name}-core-${version}"/>