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