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 2017/06/10 15:01:14 UTC

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

Author: nick
Date: Sat Jun 10 15:01:14 2017
New Revision: 1798324

URL: http://svn.apache.org/viewvc?rev=1798324&view=rev
Log:
Javadoc has some references to unit test classes, so put the junit jars on the javadoc classpath

Modified:
    poi/trunk/build.xml

Modified: poi/trunk/build.xml
URL: http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1798324&r1=1798323&r2=1798324&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Sat Jun 10 15:01:14 2017
@@ -438,6 +438,7 @@ under the License.
         <path refid="scratchpad.classpath"/>
         <path refid="ooxml.classpath"/>
         <path refid="ooxml.xmlsec.classpath"/>
+        <path refid="test.jar.classpath"/>
         <path path="${env.CLASSPATH}"/>
     </path>
 



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