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:
Todd Lipcon 2011-03-12 00:24:30 +00:00
parent fbc110758b
commit a02641cfa5
3 changed files with 5 additions and 1 deletions

View File

@ -76,6 +76,9 @@ Trunk (unreleased changes)
HADOOP-7166. Add DaemonFactory to common. (Erik Steffl & jitendra) HADOOP-7166. Add DaemonFactory to common. (Erik Steffl & jitendra)
HADOOP-7167. Amend previous commit under this JIRA to fix issue on
cygwin. (todd)
OPTIMIZATIONS OPTIMIZATIONS
BUG FIXES BUG FIXES

View File

@ -95,7 +95,7 @@
<property name="test.core.build.classes" value="${test.build.dir}/core/classes"/> <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.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" <property name="javadoc.link.java"
value="http://java.sun.com/javase/6/docs/api/"/> value="http://java.sun.com/javase/6/docs/api/"/>
@ -1455,6 +1455,7 @@
<exclude name="**/VERSION"/> <exclude name="**/VERSION"/>
<exclude name="**/*.json"/> <exclude name="**/*.json"/>
<exclude name="**/hod/*.txt"/> <exclude name="**/hod/*.txt"/>
<exclude name="src/test/empty-file" />
</fileset> </fileset>
</rat:report> </rat:report>
</target> </target>

0
src/test/empty-file Normal file
View File