<libraries>
    <properties>
        <property name="craftsman.release" value="1.0.68"/>
        <property name="craftsman.download" value="http://craftsman.redstarhackers.com/Binary"/>
    </properties>
    <library name="craftsman-core">
        <info>The core libraries and resources necessary for Craftsman to function.  This is REQUIRED.</info>
        <external>
            <location url="${craftsman.download}" checksum="MD5">
                <file name="craftsman-${craftsman.release}.zip"/>
            </location>
        </external>
    </library>
    <library name="craftsman-ext-checkstyle" checksum="MD5">
        <info>Checkstyle extension for source verification (RECOMMENDED).</info>
        <external>
            <location url="${craftsman.download}">
                <file name="craftsman-ext-checkstyle-${craftsman.release}.zip"/>
            </location>
        </external>
    </library>
    <library name="craftsman-ext-wiki" checksum="MD5">
        <info>JSPWiki extension for documentation generation (RECOMMENDED).</info>
        <external>
            <location url="${craftsman.download}">
                <file name="craftsman-ext-wiki-${craftsman.release}.zip"/>
            </location>
        </external>
    </library>
    <library name="craftsman-ext-xdoclet" checksum="MD5">
        <info>Xdoclet extension for EJB tasks.  Uses Xdoclet 1.2.</info>
        <external>
            <location url="${craftsman.download}">
                <file name="craftsman-ext-xdoclet-${craftsman.release}.zip"/>
            </location>
        </external>
    </library>
    <library name="craftsman-ext-jwsdp" checksum="MD5">
        <info>JWSDP extension for Java WebServices development.  Built to use JWSDP 1.6.</info>
        <external>
            <location url="${craftsman.download}">
                <file name="craftsman-ext-jwsdp-${craftsman.release}.zip"/>
            </location>
        </external>
    </library>
    <library name="craftsman-ext-j2me" checksum="MD5">
        <info>J2ME extension for Java Wireless development.  Built to work with WTK 2.2.</info>
        <external>
            <location url="${craftsman.download}">
                <file name="craftsman-ext-j2me-${craftsman.release}.zip"/>
            </location>
        </external>
    </library>
    <library name="craftsman-ext-proguard" checksum="MD5">
        <info>Extension for using ProGuard to obfuscate final packages.  A separate download and installation of the ProGuard tool is required.  See http://proguard.sourceforge.net/.</info>
        <external>
            <location url="${craftsman.download}">
                <file name="craftsman-ext-proguard-${craftsman.release}.zip"/>
            </location>
        </external>
    </library>
</libraries>
