[izpack-users] Re: fixcr.lf prepared to commit
Marc Eppelmann
marc.eppelmann at gmx.de
Thu Apr 6 14:42:26 CEST 2006
Hi Fabrice,
I have commited this in the 3.8-branch.
PS:
With a ring you can write rounder code ;-) Congratulation from me too.
Miraodb schrieb:
> Hi Marc,
>
> Yep, that's what i did but in the head... and didnt commit yet.
> I think that would do the job.
>
> Cheers,
> fabrice
> ----- Original Message -----
> From: "Marc Eppelmann" <marc.eppelmann at gmx.de>
> To: "Miraodb" <miraodb at hotmail.com>
> Sent: Thursday, April 06, 2006 12:11 PM
> Subject: fixcr.lf prepared to commit
>
>
>
>> do you have also fix this?
>>
>> I have added to the build.xml from the 3.8-branch the following (bold
>>
> text):
>
>> Line 825:
>> <!-- Builds all compilation targets -->
>> <target name="all"
>> depends="splashscreen, build.compiler, build.installer,
>> build.uninstaller, build.uninstaller-ext, build.panels, build.listeners,
>> build.standalone-compiler, *fix.crlf*" />
>>
>>
>> Line: 969
>>
>> <!--
>> Fixes CR/LF by applying the Unix convention (\n for endlines).
>> It also fixes the encoding problems by moving it to UTF-8.
>> -->
>> <target name="fix.crlf">
>> <fixcrlf srcDir="${src.dir}" eol="lf" eof="remove"
>>
> encoding="UTF-8">
>
>> <include name="**/*.java" />
>> <include name="**/*.xml" />
>> <include name="**/*.properties" />
>> </fixcrlf>
>> * <fixcrlf srcdir="${src.dir}">
>> <include name="**/*.sh"/>
>> <include name="dist/compile"/>
>> </fixcrlf>*
>> </target>
>>
>>
>> Cheers
>> Marc
>>
>>
>>
>
>
>
>
More information about the izpack-users
mailing list