rana_b 2003/10/19 08:52:36
Modified: . build.xml
Log:
removed unnecessary block
Revision Changes Path
1.3 +1 -18 incubator-ftpserver/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/incubator-ftpserver/build.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- build.xml 31 Mar 2003 19:13:11 -0000 1.2
+++ build.xml 19 Oct 2003 15:52:35 -0000 1.3
@@ -153,23 +153,6 @@
<include name="README"/>
</fileset>
</copy>
- <!-- is this necessary ? - PaulH
- <fixcrlf srcdir="${java.dir}" includes="**/*.java" eol="lf"
tab="remove" tablength="4" />
- <fixcrlf srcdir="${java.dir}" includes="**/*.minfo" eol="lf"
tab="remove" tablength="4" />
- <fixcrlf srcdir="${java.dir}" includes="**/*.xinfo" eol="lf"
tab="remove" tablength="4" />
- <fixcrlf srcdir="${java.dir}" includes="**/*.html" eol="lf"
tab="remove" tablength="4" />
- <fixcrlf srcdir="${xdocs.dir}" includes="**/*.xml" eol="lf"
tab="remove" tablength="4" />
- <fixcrlf srcdir="${conf.dir}" includes="**/*.xml" eol="lf"
tab="remove" tablength="4" />
- <fixcrlf srcdir="." includes="build.sh" eol="lf"/>
- <fixcrlf srcdir="." includes="build.bat" eol="crlf"/>
- <fixcrlf srcdir="." includes="build.xml" eol="lf"/>
-
- <chmod perm="+x">
- <fileset dir=".">
- <include name="build.sh"/>
- </fileset>
- </chmod>
- -->
</target>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]