Author: kiwiwings
Date: Sat Mar 12 00:34:26 2016
New Revision: 1734654
URL: http://svn.apache.org/viewvc?rev=1734654&view=rev
Log:
add fixcrlf to docs-target, to fix windows document generation
Modified:
poi/trunk/build.xml
Modified: poi/trunk/build.xml
URL:
http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1734654&r1=1734653&r2=1734654&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Sat Mar 12 00:34:26 2016
@@ -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>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]