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