<project>

    <!-- ref https://ant.apache.org/antlibs/proper.html#props -->
    <!--     https://ant.apache.org/antlibs/props/ -->
    <!--     https://gitbox.apache.org/repos/asf/ant-antlibs-props.git -->

    <!-- ref https://svn.apache.org/repos/asf/ant/antlibs/props/trunk/docs/index.html -->
    <!--     https://gitbox.apache.org/repos/asf?p=ant-antlibs-props.git;a=blob_plain;f=docs/index.html;hb=HEAD -->

    <import file="maven.xml" />
    <resolve coords="org.kuali.common:kuali-antprops:1.0.1-alpha" />

    <typedef uri="antlib:org.apache.ant.props"
             resource="org/apache/ant/props/antlib.xml"
             classpath="${maven-local-repository}/org/kuali/common/kuali-antprops/1.0.1-alpha/kuali-antprops-1.0.1-alpha.jar" />

    <propertyhelper xmlns:props="antlib:org.apache.ant.props">
        <!-- ref https://svn.apache.org/repos/asf/ant/antlibs/props/trunk/docs/stringops.html -->
        <!--     https://gitbox.apache.org/repos/asf?p=ant-antlibs-props.git;a=blob_plain;f=docs/stringops.html;hb=HEAD -->
        <props:stringops />
    </propertyhelper>

</project>
