ilscipio/scipio-erp

View on GitHub
themes/base/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 - Base Theme" default="build" basedir=".">
    <import file="../../commontheme.xml"/>

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

    <property name="desc" value="Base Theme"/>
    <property name="name" value="base-theme"/>

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

</project>