build.tabview-base.properties revision d2854acf6eef44cf0aca645de3a37cca1388f51a
6408N/A##########################################################################
6408N/A# Common Build Properties
6408N/A#
6408N/A# This file contains the most common set of properties which you probably need to configure to get a build up and going
6408N/A# Use it along with build.common.xml as a starting point to customize your build process.
6408N/A#
6408N/A# See build.example.properties and build.example.xml for the complete list of configurable variables
6408N/A#
6408N/A##########################################################################
6408N/Abuilddir=../../../builder/componentbuild
6408N/Asrcdir=./../../
6408N/Aglobal.src.component=${srcdir}/src/tabview
6408N/A
6408N/A# Path to top level build directory if different
6408N/A# from module name. e.g. If json-parse.js needs to
6408N/A# reside in 3.x/build/json as opposed to 3.x/build/json-parse
6408N/A
6408N/A#global.build.component=${srcdir}/build/tabview
6408N/A
6408N/Acomponent=tabview-base
6408N/Acomponent.jsfiles=tabview-base.js
6408N/Acomponent.requires=node-event-delegate, classnamemanager, skin-sam-tabview
6408N/A