Bug 15402 fixed.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352939 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Rainer Klute 2002-12-17 16:46:26 +00:00
parent adbb82f51d
commit 241ccfd878
1 changed files with 2 additions and 2 deletions

View File

@ -181,7 +181,7 @@
<!-- =================================--> <!-- =================================-->
<target name="-cent-unjar-check"> <target name="-cent-unjar-check">
<basename property="current.cent.jar.name" file="${current.cent.jar}" suffix=".jar"/> <basename property="current.cent.jar.name" file="${current.cent.jar}" suffix=".cent.jar"/>
<condition property="cent-unjar.not.required"> <condition property="cent-unjar.not.required">
<and> <and>
@ -297,4 +297,4 @@
<target name="create-dtd" depends="-init"> <target name="create-dtd" depends="-init">
<antstructure output="${xlayout.build.dir}/build.dtd"/> <antstructure output="${xlayout.build.dir}/build.dtd"/>
</target> </target>