Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 37930
Collapse All | Expand All

(-)./build.xml (-8 / +1 lines)
Lines 232-245 Link Here
232
      <fileset dir="${ant.home}/lib" includes="*.jar"/>
232
      <fileset dir="${ant.home}/lib" includes="*.jar"/>
233
    </copy>
233
    </copy>
234
-->
234
-->
235
    <fixcrlf srcdir="${ant.home}/bin"
235
236
           includes="antRun.bat"
237
            destdir="${dist.home}/bin"
238
                eol="crlf"/>
239
    <fixcrlf srcdir="${ant.home}/bin"
240
           includes="antRun"
241
            destdir="${dist.home}/bin"
242
                eol="lf"/>
243
    <chmod     file="${dist.home}/bin/antRun"
236
    <chmod     file="${dist.home}/bin/antRun"
244
               perm="a+x"/>
237
               perm="a+x"/>
245
    <pathconvert property="ant.jar.list" targetos="unix">
238
    <pathconvert property="ant.jar.list" targetos="unix">

Return to bug 37930