aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorNick Burch <nick@apache.org>2015-05-28 11:17:41 +0000
committerNick Burch <nick@apache.org>2015-05-28 11:17:41 +0000
commitd6f899fd9dd392e597e2b773d7985e5f31771741 (patch)
treea1ffacdbabab397f88b030c49db709609f5c1879 /build.xml
parent9530ad26c6fc62a63ea5896f3fa256dbffc9c843 (diff)
downloadpoi-d6f899fd9dd392e597e2b773d7985e5f31771741.tar.gz
poi-d6f899fd9dd392e597e2b773d7985e5f31771741.zip
Note on why ooxml needs scratchpad, for one part only
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1682212 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index d8a1e0f975..95558d3849 100644
--- 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">