build.tabview-base.properties revision 7db19a177889ecbab7588eb69413515649018bd3
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
7db19a177889ecbab7588eb69413515649018bd3Matt Sweeneyglobal.build.component=${srcdir}/build/tabview
7db19a177889ecbab7588eb69413515649018bd3Matt Sweeney
7db19a177889ecbab7588eb69413515649018bd3Matt Sweeneycomponent=tabview-base
7db19a177889ecbab7588eb69413515649018bd3Matt Sweeneycomponent.jsfiles=tabview-base.js
7db19a177889ecbab7588eb69413515649018bd3Matt Sweeneycomponent.requires=node-event-delegate, classnamemanager