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 2021/09/10 06:14:42 UTC

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

Author: centic
Date: Fri Sep 10 06:14:42 2021
New Revision: 1893209

URL: http://svn.apache.org/viewvc?rev=1893209&view=rev
Log:
Add missing test-classpath

Modified:
    poi/trunk/build.xml

Modified: poi/trunk/build.xml
URL: http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1893209&r1=1893208&r2=1893209&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Fri Sep 10 06:14:42 2021
@@ -1490,6 +1490,7 @@ under the License.
                 <path refid="ooxml.classpath"/>
                 <path refid="test.jar.classpath"/>
                 <pathelement location="${ooxml.output.dir}"/>
+                <pathelement location="${ooxml.output.test.dir}"/>
                 <pathelement location="${main.output.test.dir}"/>
                 <pathelement location="${examples.output.dir}"/>
                 <pathelement location="${main.ant.jar}"/>



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