ilscipio/scipio-erp

View on GitHub
themes/metro/build.xml

Summary

Maintainability
Test Coverage
<?xml version="1.0" encoding="UTF-8"?>
<!--
This file is subject to the terms and conditions defined in the
files 'LICENSE' and 'NOTICE', which are part of this source
code package.
-->

<project name="SCIPIO ERP - Metro Theme" default="build" basedir=".">
    <import file="../../commontheme.xml"/>

    <!-- ================================================================== -->
    <!-- Initialization of all property settings                            -->
    <!-- ================================================================== -->

    <property name="desc" value="Metro Theme"/>
    <property name="name" value="metro-theme"/>

    <filelist dir="." id="component.build.dependencies">
        <file name="../base" />
    </filelist>

    <target name="build" depends="check-lib-update">
        <!-- echo message="[build] ========== Building Metro Theme ==========" />
        <echo message="[build] ========== Done Building Metro Theme ==========" /-->
    </target>

</project>