diff options
author | Nicola Ken Barozzi <nicolaken@apache.org> | 2002-04-09 08:30:59 +0000 |
---|---|---|
committer | Nicola Ken Barozzi <nicolaken@apache.org> | 2002-04-09 08:30:59 +0000 |
commit | 83a9093baaeca1af954c323ddb64d5ffa3a5ee59 (patch) | |
tree | 9b5fe593d48c3eea71d7fdb3540a1411e228276c | |
parent | 72ec385c857b7090254cab40cca27a6731ff973c (diff) | |
download | poi-83a9093baaeca1af954c323ddb64d5ffa3a5ee59.tar.gz poi-83a9093baaeca1af954c323ddb64d5ffa3a5ee59.zip |
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
-rw-r--r-- | tools/antipede/build.xtarget | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/antipede/build.xtarget b/tools/antipede/build.xtarget index 8a17b93d29..83d38b36d1 100644 --- a/tools/antipede/build.xtarget +++ b/tools/antipede/build.xtarget @@ -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> |