svn merge -c 1292483 from trunk to branch-0.23 FIXES HADOOP-7660 Maven generated .classpath doesnot includes "target/generated-test-source/java" as source directory. (Laxman via bobby)

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1292485 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Joseph Evans 2012-02-22 20:01:59 +00:00
parent 05ea57177b
commit c66a26dd8b
2 changed files with 5 additions and 1 deletions

View File

@ -23,6 +23,10 @@ Release 0.23.2 - UNRELEASED
BUG FIXES
HADOOP-7660. Maven generated .classpath doesnot includes
"target/generated-test-source/java" as source directory.
(Laxman via bobby)
HADOOP-8042 When copying a file out of HDFS, modifying it, and uploading
it back into HDFS, the put fails due to a CRC mismatch
(Daryn Sharp via bobby)

View File

@ -454,7 +454,7 @@
</execution>
<execution>
<id>add-test-source</id>
<phase>generate-test-sources</phase>
<phase>generate-sources</phase>
<goals>
<goal>add-test-source</goal>
</goals>