Fixed nasty bug that didn't expand the cent if the cent dir is present but empty.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352380 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Nicola Ken Barozzi 2002-04-09 08:30:59 +00:00
parent c3ace25e8c
commit 6ca3a61333
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@
<uptodate targetfile="${current.cent.jar}">
<srcfiles dir= "." includes="${cents.dir}/${current.cent.jar.name}.${cent.dir.suffix}/${task.properties.name}"/>
</uptodate>
<available type="dir" file="${cents.dir}/${current.cent.jar.name}.${cent.dir.suffix}"/>
<available type="file" file="${cents.dir}/${current.cent.jar.name}.${cent.dir.suffix}/${task.properties.name}"/>
</and>
</condition>