donaldp 2002/10/14 05:36:09
Modified: . build.xml
Log:
Fix up EOL in wrapper.conf.
Revision Changes Path
1.180 +1 -0 jakarta-avalon-phoenix/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-phoenix/build.xml,v
retrieving revision 1.179
retrieving revision 1.180
diff -u -r1.179 -r1.180
--- build.xml 14 Oct 2002 12:30:22 -0000 1.179
+++ build.xml 14 Oct 2002 12:36:09 -0000 1.180
@@ -513,6 +513,7 @@
<chmod file="${bin.dist.bin}/wrapper" perm="u+x"/>
<copy file="${conf.dir}/wrapper.conf" todir="${bin.dist.conf}"/>
+ <fixcrlf srcdir="${bin.dist.conf}" includes="wrapper.conf" eol="lf" />
</target>
<target name="install"
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>