diff options
author | Nick Burch <nick@apache.org> | 2016-05-24 13:30:58 +0000 |
---|---|---|
committer | Nick Burch <nick@apache.org> | 2016-05-24 13:30:58 +0000 |
commit | 32930fb3230f8cf9e8f03e4a318c97e021cbe458 (patch) | |
tree | 6c65d2f5109e085b1811450cb7c267cd74ce470d /src | |
parent | 8c7bfaf793add7cd5276122090dab8567198b3a6 (diff) | |
download | poi-32930fb3230f8cf9e8f03e4a318c97e021cbe458.tar.gz poi-32930fb3230f8cf9e8f03e4a318c97e021cbe458.zip |
Whitespace fix
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1745357 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src')
-rw-r--r-- | src/integrationtest/build.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/integrationtest/build.xml b/src/integrationtest/build.xml index 0b37520985..11c025ccb4 100644 --- a/src/integrationtest/build.xml +++ b/src/integrationtest/build.xml @@ -133,9 +133,9 @@ under the License. encoding="ASCII" fork="yes" includeantruntime="false" - excludes="org/apache/poi/hslf/**,org/apache/poi/hsmf/**,**/EmbeddedObjects.java,**/EmeddedObjects.java,**/Word2Forrest.java" - classpath="${jarpackage}" - classpathref="libs"> + excludes="org/apache/poi/hslf/**,org/apache/poi/hsmf/**,**/EmbeddedObjects.java,**/EmeddedObjects.java,**/Word2Forrest.java" + classpath="${jarpackage}" + classpathref="libs"> </javac> <!-- select latest built jar files with additionally scratchpad.jar --> |