diff options
author | Nick Burch <nick@apache.org> | 2008-02-01 13:02:06 +0000 |
---|---|---|
committer | Nick Burch <nick@apache.org> | 2008-02-01 13:02:06 +0000 |
commit | 2f93d9dbe47b98bb80d82db71f360164e64241e7 (patch) | |
tree | c3971aa28471bdc8dad126f7c47c6a8fbe31ee29 /build.xml | |
parent | a1718ca9ac52cd1b80c238faf229141608500d91 (diff) | |
download | poi-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.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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}"/> |