build.node-base.properties revision 4ecd9d99d7d59fd66bfb67f3d692b7b23e7e3a73
a86310b25a2fc01f76df88293287b3908ab3d7f0Mark Andrews##########################################################################
a86310b25a2fc01f76df88293287b3908ab3d7f0Mark Andrews# Common Build Properties
a86310b25a2fc01f76df88293287b3908ab3d7f0Mark Andrews#
0762ca086ec6768356d75c0684f883fcb9fa70c0Mark Andrews# This file contains the most common set of properties which you probably need to configure to get a build up and going
a86310b25a2fc01f76df88293287b3908ab3d7f0Mark Andrews# Use it along with build.common.xml as a starting point to customize your build process.
675900780a50f4d7b512b462b9c9dc78c6caa384Mark Andrews#
09755f72700f2ea34254bc234e335322bda63434Evan Hunt# See build.example.properties and build.example.xml for the complete list of configurable variables
675900780a50f4d7b512b462b9c9dc78c6caa384Mark Andrews#
675900780a50f4d7b512b462b9c9dc78c6caa384Mark Andrews##########################################################################
5e73a8d791e4fe30e6069d29d190bc7f6365d202Mark Andrewsbuilddir=../../../builder/componentbuild
5e73a8d791e4fe30e6069d29d190bc7f6365d202Mark Andrewssrcdir=./../../
global.src.component=${srcdir}/src/node
# Path to top level build directory if different
# from module name. e.g. If json-parse.js needs to
# reside in 3.x/build/json as opposed to 3.x/build/json-parse
global.build.component=${srcdir}/build/node
component=node-base
component.jsfiles=node.js, nodelist.js, node-imports.js, node-class.js, node-event-delegate.js, node-ie.js
component.requires=dom-base, selector-css2, event-base