cziegeler 01/09/25 07:17:58
Modified: . build.xml
Log:
Using new attribute for fixcrlf task
Revision Changes Path
1.67 +4 -4 xml-cocoon2/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-cocoon2/build.xml,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- build.xml 2001/09/24 10:21:30 1.66
+++ build.xml 2001/09/25 14:17:58 1.67
@@ -1134,10 +1134,10 @@
<chmod perm="+x" file="${dist.dir}/run.sh"/>
<chmod perm="+x" file="${dist.dir}/build.sh"/>
<chmod perm="+x" file="${dist.dir}/bin/antRun"/>
- <fixcrlf srcdir="${dist.dir}" includes="run.sh" cr="remove"/>
- <fixcrlf srcdir="${dist.dir}" includes="run.bat" cr="add"/>
- <fixcrlf srcdir="${dist.dir}" includes="build.sh" cr="remove"/>
- <fixcrlf srcdir="${dist.dir}" includes="build.bat" cr="add"/>
+ <fixcrlf srcdir="${dist.dir}" includes="run.sh" eol="lf"/>
+ <fixcrlf srcdir="${dist.dir}" includes="run.bat" eol="crlf"/>
+ <fixcrlf srcdir="${dist.dir}" includes="build.sh" eol="lf"/>
+ <fixcrlf srcdir="${dist.dir}" includes="build.bat" eol="crlf"/>
</target>
<!-- =================================================================== -->
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]