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: [email protected]
For additional commands, e-mail: [email protected]