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