Skip to content

Commit d994ec9

Browse files
author
Nicola Ken Barozzi
committed
Fixed testcases; the test target was filtering the testcase resources :-/
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/io/trunk@140311 13f79535-47bb-0310-9956-ffa450edef68
1 parent 359b9bc commit d994ec9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

build.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<!--
55
"IO" component of the Jakarta Commons Subproject
6-
$Id: build.xml,v 1.5 2002/07/09 16:00:10 nicolaken Exp $
6+
$Id: build.xml,v 1.6 2002/07/13 15:52:27 nicolaken Exp $
77
-->
88

99

@@ -153,7 +153,7 @@
153153
optimize="${compile.optimize}">
154154
<classpath refid="test.classpath"/>
155155
</javac>
156-
<copy todir="${build.home}/tests" filtering="on">
156+
<copy todir="${build.home}/tests" filtering="off">
157157
<fileset dir="${test.home}" excludes="**/*.java"/>
158158
</copy>
159159
</target>
@@ -167,7 +167,7 @@
167167
optimize="${compile.optimize}">
168168
<classpath refid="compile.classpath"/>
169169
</javac>
170-
<copy todir="${build.home}/examples" filtering="on">
170+
<copy todir="${build.home}/examples" filtering="off">
171171
<fileset dir="${examples.home}" excludes="**/*.java"/>
172172
</copy>
173173
</target>

0 commit comments

Comments
 (0)