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

documented examples are now a component of cdrom installations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.