Browse Source

Fix typo - remove duplicate characters

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1661662 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_3_12_FINAL
Nick Burch 9 years ago
parent
commit
0311b89efb
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      build.xml

+ 1
- 1
build.xml View File

@@ -579,7 +579,7 @@ under the License.
<available file="${ooxml.xsds.jar}"/>
<available file="${ooxml.security.jar}"/>
<available file="${ooxml.xsds.src.jar}"/>
<available file="${${ooxml.security.src.jar}"/>
<available file="${ooxml.security.src.jar}"/>
</and>
<isset property="disconnected"/>
</or>

Loading…
Cancel
Save