David, my guess is that since everything was migrated from CVS to SVN, probably the files were in bad shape in CVS itself...
-- dims On Fri, 12 Nov 2004 20:33:26 -0700, David Crossley <[EMAIL PROTECTED]> wrote: > Using Ant fixcrlf does not make sense with SVN > does it? Surely the committer has to just do > 'svn propset svn:eol-style native" for the text > files after doing 'svn add' or configure their > svn client to do it. Similarly setting the > mime-type for PDF. > > --David > > dims wrote: > > Author: dims > > Date: Wed Nov 10 21:04:32 2004 > > New Revision: 57421 > > > > Modified: > > incubator/public/trunk/build.xml > > Log: > > fixing build > > > > Modified: incubator/public/trunk/build.xml > > ============================================================================== > > --- incubator/public/trunk/build.xml (original) > > +++ incubator/public/trunk/build.xml Wed Nov 10 21:04:32 2004 > > @@ -10,7 +10,14 @@ > > </patternset> > > </fileset> > > </copy> > > - > > + <fixcrlf srcdir="build/site" > > + eol="unix" > > + includes="**/*.css" > > + /> > > + <fixcrlf srcdir="build/site" > > + eol="unix" > > + includes="**/*.html" > > + /> > > <sync todir="site-publish" overwrite="false" includeEmptyDirs="true" > > failonerror="true" verbose="false"> > > <fileset dir="build/site/" defaultexcludes="no"/> > > </sync> > > -- Davanum Srinivas - http://webservices.apache.org/~dims/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
