<project name="CHANGE-ME-bootstrap">

    <!-- Change value to the location of the craftsman bootstrap files
         in your source tree. -->
    <property name="lib.bootstrap.dir" value="CHANGE-ME/lib/bootstrap"/>
    
    <taskdef resource="com/redstarhackers/craftsman/bootstrap/craftsman-bootstrap.xml">
        <classpath>
            <fileset dir="${lib.bootstrap.dir}">
                <include name="*.jar"/>
            </fileset>
        </classpath>
    </taskdef>
    
    <cmbootstrap/>
    
</project>

