You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by fa...@apache.org on 2019/03/21 15:10:49 UTC

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

Author: fanningpj
Date: Thu Mar 21 15:10:49 2019
New Revision: 1855995

URL: http://svn.apache.org/viewvc?rev=1855995&view=rev
Log:
reorder jar files

Modified:
    poi/trunk/build.xml

Modified: poi/trunk/build.xml
URL: http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1855995&r1=1855994&r2=1855995&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Thu Mar 21 15:10:49 2019
@@ -713,9 +713,7 @@ under the License.
             </fileset>
             <fileset dir="${compile.lib}">
                 <include name="xercesImpl-*.jar"/>
-                <include name="xmlsec-2.0.1.jar"/>
-                <include name="xmlsec-2.0.5.jar"/>
-                <include name="xmlsec-2.0.6.jar"/>
+                <include name="xmlsec-2.0*.jar"/>
                 <include name="xmlsec-2.1.0.jar"/>
                 <include name="bc*jdk15on-1.5*.jar"/>
                 <include name="bc*jdk15on-1.60*.jar"/>



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