summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorNick Burch <nick@apache.org>2008-02-01 13:02:06 +0000
committerNick Burch <nick@apache.org>2008-02-01 13:02:06 +0000
commit2f93d9dbe47b98bb80d82db71f360164e64241e7 (patch)
treec3971aa28471bdc8dad126f7c47c6a8fbe31ee29 /build.xml
parenta1718ca9ac52cd1b80c238faf229141608500d91 (diff)
downloadpoi-2f93d9dbe47b98bb80d82db71f360164e64241e7.tar.gz
poi-2f93d9dbe47b98bb80d82db71f360164e64241e7.zip
Patch from bug #44336 - correctly escape sheet names in formula references, including tests for this, and fixes to old tests that were expecting the un-escaped sheet names
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@617491 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 26634a364a..d6353fac10 100644
--- a/build.xml
+++ b/build.xml
@@ -259,6 +259,7 @@ under the License.
<antcall target="with.clover"/>
<mkdir dir="build"/>
+ <mkdir dir="build/non-ant-classes"/>
<mkdir dir="${main.output.dir}"/>
<mkdir dir="${scratchpad.output.dir}"/>
<mkdir dir="${contrib.output.dir}"/>