]> source.dussan.org Git - poi.git/commitdiff
Fixed nasty bug that didn't expand the cent if the cent dir is present but empty.
authorNicola Ken Barozzi <nicolaken@apache.org>
Tue, 9 Apr 2002 08:30:59 +0000 (08:30 +0000)
committerNicola Ken Barozzi <nicolaken@apache.org>
Tue, 9 Apr 2002 08:30:59 +0000 (08:30 +0000)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352380 13f79535-47bb-0310-9956-ffa450edef68

tools/antipede/build.xtarget

index 8a17b93d293a6e81129025327a4e28e7c16f9b05..83d38b36d1d5c823d0012105fd895867aa115021 100644 (file)
         <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>