donaldp 2002/10/14 05:35:26
Modified: . Tag: RELEASE_402-branch build.xml
Log:
Made sure the correct EOLs are used under unix.
Revision Changes Path
No revision
No revision
1.164.2.9 +1 -0 jakarta-avalon-phoenix/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-phoenix/build.xml,v
retrieving revision 1.164.2.8
retrieving revision 1.164.2.9
diff -u -r1.164.2.8 -r1.164.2.9
--- build.xml 14 Oct 2002 12:32:59 -0000 1.164.2.8
+++ build.xml 14 Oct 2002 12:35:26 -0000 1.164.2.9
@@ -439,6 +439,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]>