You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bsf-dev@jakarta.apache.org by se...@apache.org on 2009/08/14 01:06:23 UTC

svn commit: r804054 - /jakarta/bsf/trunk/build.xml

Author: sebb
Date: Thu Aug 13 23:06:23 2009
New Revision: 804054

URL: http://svn.apache.org/viewvc?rev=804054&view=rev
Log:
Ensure html files have sensible line ends

Modified:
    jakarta/bsf/trunk/build.xml

Modified: jakarta/bsf/trunk/build.xml
URL: http://svn.apache.org/viewvc/jakarta/bsf/trunk/build.xml?rev=804054&r1=804053&r2=804054&view=diff
==============================================================================
--- jakarta/bsf/trunk/build.xml (original)
+++ jakarta/bsf/trunk/build.xml Thu Aug 13 23:06:23 2009
@@ -299,6 +299,7 @@
 
 		<anakia basedir="${site.src}" destdir="${site.dest}/" extension=".html" style="./faq.vsl" projectFile="${site.projectFile}" includes="faq.xml" lastModifiedCheck="true" templatePath="${templ.path}" velocityPropertiesFile="${velocity.props}"/>
 
+		<fixcrlf srcdir="${site.dest}/" includes="**/*.html" fixlast="false"/>
 
 		<copy todir="${site.dest}/images" filtering="no">
 			<fileset dir="${site.src}/images">



---------------------------------------------------------------------
To unsubscribe, e-mail: bsf-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: bsf-dev-help@jakarta.apache.org