You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ce...@apache.org on 2023/03/10 08:08:12 UTC

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

Author: centic
Date: Fri Mar 10 08:08:12 2023
New Revision: 1908239

URL: http://svn.apache.org/viewvc?rev=1908239&view=rev
Log:
Ant-Build: Add one more dependency for javadocs-creation

Modified:
    poi/trunk/build.xml

Modified: poi/trunk/build.xml
URL: http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1908239&r1=1908238&r2=1908239&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Fri Mar 10 08:08:12 2023
@@ -566,6 +566,7 @@ under the License.
         <path refid="test.jar.classpath"/>
         <pathelement location="${main.log4j-api.jar}"/>
         <path path="${env.CLASSPATH}"/>
+        <path path="${svg.xml-apis-ext.jar}"/>
     </path>
 
     <patternset id="exclude-scratchpad-test">



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