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