summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorAndreas Beeker <kiwiwings@apache.org>2016-03-12 00:34:26 +0000
committerAndreas Beeker <kiwiwings@apache.org>2016-03-12 00:34:26 +0000
commit0fb8f3a0ecd953ccceee1e3dbea4a7e7051740e4 (patch)
tree1e452525fe85ecb2739a7e7ec3b5599943e4a512 /build.xml
parenta061c85a3aed69b086f03711c4800e94b3481588 (diff)
downloadpoi-0fb8f3a0ecd953ccceee1e3dbea4a7e7051740e4.tar.gz
poi-0fb8f3a0ecd953ccceee1e3dbea4a7e7051740e4.zip
add fixcrlf to docs-target, to fix windows document generation
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1734654 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index b0ce35aacf..3c87c1c0ea 100644
--- a/build.xml
+++ b/build.xml
@@ -1353,7 +1353,9 @@ under the License.
<echo>Broken links:</echo>
<echo file="${build.site}/../tmp/brokenlinks.txt"/>
- <touch>
+ <fixcrlf srcdir="${build.site}" includes="**/*.html,**/*.css" eol="unix" eof="remove" />
+
+ <touch>
<fileset dir="${build.site}"/>
</touch>
</target>