You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by fa...@apache.org on 2018/09/18 23:25:49 UTC

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

Author: fanningpj
Date: Tue Sep 18 23:25:49 2018
New Revision: 1841275

URL: http://svn.apache.org/viewvc?rev=1841275&view=rev
Log:
fix forbidden-apis check

Modified:
    poi/trunk/build.xml

Modified: poi/trunk/build.xml
URL: http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1841275&r1=1841274&r2=1841275&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Tue Sep 18 23:25:49 2018
@@ -428,13 +428,17 @@ under the License.
         <pathelement location="${additionaljar}"/>
     </path>
 
+    <path id="test.ooxml.reflections.classpath">
+        <pathelement location="${ooxml.test.reflections.jar}"/>
+        <pathelement location="${ooxml.test.guava.jar}"/>
+        <pathelement location="${ooxml.test.javassist.jar}"/>
+    </path>
+
     <path id="test.ooxml.classpath">
         <path refid="ooxml.classpath"/>
         <path refid="ooxml.xmlsec.classpath"/>
         <path refid="test.jar.classpath"/>
-        <pathelement location="${ooxml.test.reflections.jar}"/>
-        <pathelement location="${ooxml.test.guava.jar}"/>
-        <pathelement location="${ooxml.test.javassist.jar}"/>
+        <path refid="test.ooxml.reflections.classpath"/>
         <pathelement location="${ooxml.output.dir}"/>
         <pathelement location="${ooxml.output.test.dir}"/>
         <pathelement location="${main.output.test.dir}"/>
@@ -499,6 +503,7 @@ under the License.
         <path refid="scratchpad.classpath"/>
         <path refid="ooxml.classpath"/>
         <path refid="ooxml.xmlsec.classpath"/>
+        <path refid="test.ooxml.reflections.classpath"/> 
         <path refid="excelant.classpath"/>
         <path refid="examples.classpath"/>
         <pathelement location="${examples.output.dir}"/>



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