<xsl:comment>do-jar</xsl:comment>    
    
    <target name="do-jar" if="manifest.available">
        <dirname file="${{dist.dir}}/${{dist.jar}}" property="dist.jar.dir"/>
        <mkdir dir="${{dist.jar.dir}}"/>
        <property name="manifest.build.file" location="${{manifest.file}}"/>
        <jar compress="${{jar.compress}}" jarfile="${{dist.dir}}/${{dist.jar}}" manifest="${{manifest.build.file}}" manifestencoding="UTF-8">
            <fileset dir="${{buildsystem.baton}}"/>
        </jar>
    </target>

