Ignore:
Timestamp:
2008-10-01T11:58:04+13:00 (16 years ago)
Author:
oranfry
Message:

made the create-components targets more stable

Location:
release-kits/lirk3/installer
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • release-kits/lirk3/installer/antinstall-config.xml

    r17281 r17422  
    4040            force="true"/>
    4141
    42         <!-- start bundled java only -->
     42        <!-- start full -->
    4343        <target
    44             target="install-java"
     44            target="install-linux-java"
    4545            diskRequirement="@component.size.linux-java@"
    4646            defaultValue="true"
    4747            displayText=""/>
    48         <!-- end bundled java only -->
    4948
    5049        <target
     
    5958            defaultValue="true"
    6059            displayText=""/>
     60        <!-- end full -->
    6161
    6262        <target
  • release-kits/lirk3/installer/build.xml

    r17257 r17422  
    105105    </target>
    106106
    107     <target name="install-java">
     107    <target name="install-linux-java">
    108108        <echo>Installing bundled java</echo>
    109109        <copy todir="${installDir}/packages/jre">
    110             <fileset dir="../@java.extracted@"/>
     110            <fileset dir="../@linux-java.extracted@"/>
    111111        </copy>
    112112        <chmod dir="${installDir}/packages/jre/bin" includes="*" perm="775"/>       
Note: See TracChangeset for help on using the changeset viewer.