]> source.dussan.org Git - poi.git/commitdiff
Note on why ooxml needs scratchpad, for one part only
authorNick Burch <nick@apache.org>
Thu, 28 May 2015 11:17:41 +0000 (11:17 +0000)
committerNick Burch <nick@apache.org>
Thu, 28 May 2015 11:17:41 +0000 (11:17 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1682212 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index d8a1e0f97543ee13fa69e100613e329dffc799b4..95558d3849a19bafcad7ae9d8a16fe0396e834d7 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -261,11 +261,11 @@ under the License.
         <pathelement location="${ooxml.xsds.jar}"/>
         <path refid="main.classpath"/>
         <pathelement location="${main.output.dir}"/>
-        <!-- See #57963 We should probably remove this -->
-        <pathelement location="${scratchpad.output.dir}"/>
         <pathelement location="${ooxml.security.jar}"/>
         <!-- classes are omitted on test cases outside the xml-dsign area to avoid classpath poisioning -->
         <!--path refid="ooxml.xmlsec.classpath"/-->
+        <!-- Used only for ExtractorFactory, see #57963 -->
+        <pathelement location="${scratchpad.output.dir}"/>
     </path>
 
     <path id="test.classpath">