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:
parent
c3ace25e8c
commit
6ca3a61333
@ -107,7 +107,7 @@
|
|||||||
<uptodate targetfile="${current.cent.jar}">
|
<uptodate targetfile="${current.cent.jar}">
|
||||||
<srcfiles dir= "." includes="${cents.dir}/${current.cent.jar.name}.${cent.dir.suffix}/${task.properties.name}"/>
|
<srcfiles dir= "." includes="${cents.dir}/${current.cent.jar.name}.${cent.dir.suffix}/${task.properties.name}"/>
|
||||||
</uptodate>
|
</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>
|
</and>
|
||||||
</condition>
|
</condition>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user