cziegeler 01/09/25 07:17:34
Modified: . Tag: cocoon_20_branch build.xml
Log:
Using new attribute for fixcrlf task
Revision Changes Path
No revision
No revision
1.8.2.42 +4 -4 xml-cocoon2/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-cocoon2/build.xml,v
retrieving revision 1.8.2.41
retrieving revision 1.8.2.42
diff -u -r1.8.2.41 -r1.8.2.42
--- build.xml 2001/09/24 12:56:56 1.8.2.41
+++ build.xml 2001/09/25 14:17:34 1.8.2.42
@@ -947,10 +947,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]