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

Legend:

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

    r19599 r19624  
    8484        <!-- end bundled components -->
    8585
     86        <!-- start cdrom -->
     87
     88        <!-- the size of this component has to be maintained manually as we can't
     89            know at compile time how big the documented examples are -->
     90        <target
     91            target="Installing Documented Examples"
     92            diskRequirement="108 MB"
     93            defaultValue="true"
     94            displayText=""/>
     95        <!-- end cdrom -->
     96
     97
    8698    </page>
    8799
  • release-kits/mark2/installer/build.xml

    r19512 r19624  
    146146    </target>
    147147
     148    <target name="Installing Documented Examples">
     149        <copy todir="${installDir}/collect">
     150            <fileset dir="${orig.dir}/Documented Examples" includes="documented-examples/**/*"/>
     151        </copy>
     152    </target>
     153
    148154
    149155</project>
Note: See TracChangeset for help on using the changeset viewer.