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