Changeset 19624 for release-kits/lirk2


Ignore:
Timestamp:
2009-05-27T15:52:36+12:00 (15 years ago)
Author:
oranfry
Message:

documented examples are now a component of cdrom installations

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

Legend:

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

    r19599 r19624  
    8989        <!-- end bundled components -->
    9090
     91        <!-- start cdrom -->
     92
     93        <!-- the size of this component has to be maintained manually as we can't
     94            know at compile time how big the documented examples are -->
     95        <target
     96            target="Installing Documented Examples"
     97            diskRequirement="108 MB"
     98            defaultValue="true"
     99            displayText=""/>
     100        <!-- end cdrom -->
     101
     102
    91103    </page>
    92104
  • release-kits/lirk2/installer/build.xml

    r19610 r19624  
    157157    </target>
    158158
     159    <target name="Installing Documented Examples">
     160        <copy todir="${installDir}/collect">
     161            <fileset dir="${orig.dir}/Documented Examples" includes="documented-examples/**/*"/>
     162        </copy>
     163    </target>
     164
     165
    159166</project>
Note: See TracChangeset for help on using the changeset viewer.