HADOOP-7167. Amend previous commit under this JIRA to fix issue on cygwin. Contributed by Todd Lipcon
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1080817 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fbc110758b
commit
a02641cfa5
|
@ -76,6 +76,9 @@ Trunk (unreleased changes)
|
|||
|
||||
HADOOP-7166. Add DaemonFactory to common. (Erik Steffl & jitendra)
|
||||
|
||||
HADOOP-7167. Amend previous commit under this JIRA to fix issue on
|
||||
cygwin. (todd)
|
||||
|
||||
OPTIMIZATIONS
|
||||
|
||||
BUG FIXES
|
||||
|
|
|
@ -95,7 +95,7 @@
|
|||
<property name="test.core.build.classes" value="${test.build.dir}/core/classes"/>
|
||||
|
||||
<property name="test.all.tests.file" value="${test.src.dir}/all-tests"/>
|
||||
<property name="test.exclude.file" value="/dev/null" />
|
||||
<property name="test.exclude.file" value="${test.src.dir}/empty-file" />
|
||||
|
||||
<property name="javadoc.link.java"
|
||||
value="http://java.sun.com/javase/6/docs/api/"/>
|
||||
|
@ -1455,6 +1455,7 @@
|
|||
<exclude name="**/VERSION"/>
|
||||
<exclude name="**/*.json"/>
|
||||
<exclude name="**/hod/*.txt"/>
|
||||
<exclude name="src/test/empty-file" />
|
||||
</fileset>
|
||||
</rat:report>
|
||||
</target>
|
||||
|
|
Loading…
Reference in New Issue