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