7db19a177889ecbab7588eb69413515649018bd3Matt Sweeney##########################################################################
7db19a177889ecbab7588eb69413515649018bd3Matt Sweeney# Common Build Properties
7db19a177889ecbab7588eb69413515649018bd3Matt Sweeney#
7db19a177889ecbab7588eb69413515649018bd3Matt Sweeney# This file contains the most common set of properties which you probably need to configure to get a build up and going
7db19a177889ecbab7588eb69413515649018bd3Matt Sweeney# Use it along with build.common.xml as a starting point to customize your build process.
7db19a177889ecbab7588eb69413515649018bd3Matt Sweeney#
7db19a177889ecbab7588eb69413515649018bd3Matt Sweeney# See build.example.properties and build.example.xml for the complete list of configurable variables
7db19a177889ecbab7588eb69413515649018bd3Matt Sweeney#
7db19a177889ecbab7588eb69413515649018bd3Matt Sweeney##########################################################################
7db19a177889ecbab7588eb69413515649018bd3Matt Sweeneybuilddir=../../../builder/componentbuild
7db19a177889ecbab7588eb69413515649018bd3Matt Sweeneysrcdir=./../../
7db19a177889ecbab7588eb69413515649018bd3Matt Sweeneyglobal.src.component=${srcdir}/src/tabview
7db19a177889ecbab7588eb69413515649018bd3Matt Sweeney
7db19a177889ecbab7588eb69413515649018bd3Matt Sweeney# Path to top level build directory if different
7db19a177889ecbab7588eb69413515649018bd3Matt Sweeney# from module name. e.g. If json-parse.js needs to
7db19a177889ecbab7588eb69413515649018bd3Matt Sweeney# reside in 3.x/build/json as opposed to 3.x/build/json-parse
7db19a177889ecbab7588eb69413515649018bd3Matt Sweeney
d2854acf6eef44cf0aca645de3a37cca1388f51aDav Glass#global.build.component=${srcdir}/build/tabview
7db19a177889ecbab7588eb69413515649018bd3Matt Sweeney
7db19a177889ecbab7588eb69413515649018bd3Matt Sweeneycomponent=tabview
ee84d6929652e6eb1aba183971322a1fc4bfa607Matt Sweeneycomponent.jsfiles=tabview.js, tab.js
34c247c6d47ecc2c360c712447f44e21eafeeb55Matt Sweeneycomponent.requires=node-pluginhost, node-focusmanager, tabview-base, widget, widget-parent, widget-child