You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ni...@apache.org on 2015/02/23 14:21:06 UTC

svn commit: r1661662 - /poi/trunk/build.xml

Author: nick
Date: Mon Feb 23 13:21:06 2015
New Revision: 1661662

URL: http://svn.apache.org/r1661662
Log:
Fix typo - remove duplicate characters

Modified:
    poi/trunk/build.xml

Modified: poi/trunk/build.xml
URL: http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1661662&r1=1661661&r2=1661662&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Mon Feb 23 13:21:06 2015
@@ -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>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org