carbideui/CarbideUIBuildScript/BuildScript/com.nokia.tools.s60.ide.releng.builder/buildAll.xml
author vasuds@2INL03378.NOE.Nokia.com
Wed, 07 Jul 2010 16:18:07 +0530
changeset 0 a44900f0f001
permissions -rw-r--r--
Carbide.ui source under EPL for ver3.0

<project default="run">

        <target name="run">
                <property file="${basedir}/build.properties" />
                <ant antfile="build.xml" target="init" />
                <property file="${buildDirectory}/label.properties" />
                <property name="builder" value="${basedir}/${component}" />
                <antcall target="buildAll" />
        </target>
        
        <target name="buildAll">
                <ant antfile="build.xml" target="main">
                        <property name="component" value="theme" />
                </ant>          
        </target>
        
</project>