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 2020/12/29 19:29:30 UTC

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

Author: centic
Date: Tue Dec 29 19:29:29 2020
New Revision: 1884919

URL: http://svn.apache.org/viewvc?rev=1884919&view=rev
Log:
Add missing jar-file for JavaDoc generation

Modified:
    poi/trunk/build.xml

Modified: poi/trunk/build.xml
URL: http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1884919&r1=1884918&r2=1884919&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Tue Dec 29 19:29:29 2020
@@ -517,6 +517,7 @@ under the License.
         <path refid="ooxml.classpath"/>
         <path refid="ooxml.xmlsec.classpath"/>
         <path refid="test.jar.classpath"/>
+        <pathelement location="${main.slf4j-api.jar}"/>
         <path path="${env.CLASSPATH}"/>
     </path>
 



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