Changeset 19624 for release-kits/wirk2


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/wirk2/installer
Files:
2 edited

Legend:

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

    r19599 r19624  
    9797            displayText=""/>
    9898        <!-- end bundled components -->
     99
     100        <!-- start cdrom -->
     101
     102        <!-- the size of this component has to be maintained manually as we can't
     103            know at compile time how big the documented examples are -->
     104        <target
     105            target="Installing Documented Examples"
     106            diskRequirement="108 MB"
     107            defaultValue="true"
     108            displayText=""/>
     109        <!-- end cdrom -->
     110
    99111       
    100112    </page>
  • release-kits/wirk2/installer/build.xml

    r19510 r19624  
    263263    </target>
    264264
     265    <target name="Installing Documented Examples">
     266        <copy todir="${installDir}/collect">
     267            <fileset dir="${orig.dir}/Documented Examples" includes="documented-examples/**/*"/>
     268        </copy>
     269    </target>
    265270
    266271
Note: See TracChangeset for help on using the changeset viewer.