diff options
author | Dominik Stadler <centic@apache.org> | 2016-01-04 20:43:16 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2016-01-04 20:43:16 +0000 |
commit | 0190e79270f162f2cb1a26f24a8513e2b00c34e0 (patch) | |
tree | ca841f01ab35d1d1c66f6535c59176552cb5e5ca /build.xml | |
parent | 6d6cea92e26eabda5e529a1a00e64ab448120d39 (diff) | |
download | poi-0190e79270f162f2cb1a26f24a8513e2b00c34e0.tar.gz poi-0190e79270f162f2cb1a26f24a8513e2b00c34e0.zip |
Dummy commit to try if we can close some old github PRs via commit-comments: closes #2, closes #3, closes #4, closes #19
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722963 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -122,7 +122,7 @@ under the License. <property name="ooxml.testokfile" location="build/ooxml-testokfile.txt"/> <property name="ooxml.lite.output.dir" location="build/ooxml-lite-classes"/> - <!-- Integration testing --> + <!-- Integration testing: --> <property name="integration.src.test" location="src/integrationtest"/> <property name="integration.reports.test" location="build/integration-test-results"/> <property name="integration.output.test.dir" location="build/integration-test-classes"/> |