Browse Source

commit b7d492b947c5a6ef792ffb965ab85fe050139a57
Author: Yahoo\! <ltucker@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


git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.20-security-patches@1077268 13f79535-47bb-0310-9956-ffa450edef68

Owen O'Malley 14 years ago
parent
commit
fde11a7276
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build.xml

+ 1 - 1
build.xml

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