<?xml version="1.0" encoding="UTF-8" standalone="yes"?>

<!--
// // Copyright (c) 2006 // Paul Hamilton; QuidNovi // // This software is proprietary and remains // the sole property of QuidNovi. // // version_build_smaller.xml // // 1-Jan-2006 phamilton Created //
-->

<web xmlns="urn:xmlliterate.schema" name="web">
    <language>Java</language>
    <sections>
        <websection name="root">
            <description>Return true if the build in this version is smaller than that passed in.</description>
            <sections>
                <websource>
                    <code> return _build < build; </code>
                </websource>
            </sections>
        </websection>
    </sections>
</web>