Browse Source

Bug 15402 fixed.


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352939 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_1_10
Rainer Klute 21 years ago
parent
commit
241ccfd878
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      tools/antipede/build.xtarget

+ 2
- 2
tools/antipede/build.xtarget View File

@@ -181,7 +181,7 @@
<!-- =================================-->
<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">
<and>
@@ -297,4 +297,4 @@
<target name="create-dtd" depends="-init">
<antstructure output="${xlayout.build.dir}/build.dtd"/>
</target>
</target>

Loading…
Cancel
Save