mirror of https://github.com/apache/poi.git
Changing the work dirs so that junit can find the generated interim classes
to build and run the testcases. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352977 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
409d1f1b34
commit
e4e984b482
|
@ -97,8 +97,8 @@
|
||||||
<option project="jakarta-log4j"/>
|
<option project="jakarta-log4j"/>
|
||||||
|
|
||||||
<!-- Work dirs to be included in classpath -->
|
<!-- Work dirs to be included in classpath -->
|
||||||
<work nested="build/classes"/>
|
<work nested="build/jakarta-poi/classes"/>
|
||||||
<work nested="build/testcases"/>
|
<work nested="build/jakarta-poi/junit/classes"/>
|
||||||
|
|
||||||
<!-- Build home -->
|
<!-- Build home -->
|
||||||
<home nested="build/jakarta-poi"/>
|
<home nested="build/jakarta-poi"/>
|
||||||
|
|
Loading…
Reference in New Issue