bodewig 01/03/09 03:45:14
Modified: . build.xml
Log:
remove CRs from ant and antRun scripts in the dist targets.
PR: 837
Revision Changes Path
1.142 +3 -0 jakarta-ant/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-ant/build.xml,v
retrieving revision 1.141
retrieving revision 1.142
diff -u -r1.141 -r1.142
--- build.xml 2001/03/05 13:25:50 1.141
+++ build.xml 2001/03/09 11:45:11 1.142
@@ -279,6 +279,7 @@
<fixcrlf srcdir="${dist.bin}" cr="add" includes="*.bat" />
<fixcrlf srcdir="${dist.bin}" cr="remove" includes="*.sh" />
<fixcrlf srcdir="${dist.bin}" cr="remove" includes="ant" />
+ <fixcrlf srcdir="${dist.bin}" cr="remove" includes="antRun" />
</target>
<!--
@@ -380,6 +381,8 @@
</copy>
<fixcrlf srcdir="${src.dist.dir}" includes="*.sh" cr="remove"/>
+ <fixcrlf srcdir="${src.dist.dir}" includes="ant" cr="remove"/>
+ <fixcrlf srcdir="${src.dist.dir}" includes="antRun" cr="remove"/>
<fixcrlf srcdir="${src.dist.dir}" includes="*.bat" cr="add"/>
<chmod perm="+x">
<fileset dir="${src.dist.dir}">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]