build.node-core.properties revision a2f0d926cb09d7050e2bdea0fd29523ec74c8cb1
a2f0d926cb09d7050e2bdea0fd29523ec74c8cb1Matt Sweeney##########################################################################
a2f0d926cb09d7050e2bdea0fd29523ec74c8cb1Matt Sweeney# Common Build Properties
a2f0d926cb09d7050e2bdea0fd29523ec74c8cb1Matt Sweeney# This file contains the most common set of properties which you probably need to configure to get a build up and going
a2f0d926cb09d7050e2bdea0fd29523ec74c8cb1Matt Sweeney# Use it along with build.common.xml as a starting point to customize your build process.
a2f0d926cb09d7050e2bdea0fd29523ec74c8cb1Matt Sweeney# See build.example.properties and build.example.xml for the complete list of configurable variables
a2f0d926cb09d7050e2bdea0fd29523ec74c8cb1Matt Sweeney##########################################################################
a2f0d926cb09d7050e2bdea0fd29523ec74c8cb1Matt Sweeneysrcdir=./../../
a2f0d926cb09d7050e2bdea0fd29523ec74c8cb1Matt Sweeney# Path to top level build directory if different
a2f0d926cb09d7050e2bdea0fd29523ec74c8cb1Matt Sweeney# from module name. e.g. If json-parse.js needs to
a2f0d926cb09d7050e2bdea0fd29523ec74c8cb1Matt Sweeney# reside in 3.x/build/json as opposed to 3.x/build/json-parse
a2f0d926cb09d7050e2bdea0fd29523ec74c8cb1Matt Sweeneycomponent=node-core
a2f0d926cb09d7050e2bdea0fd29523ec74c8cb1Matt Sweeneycomponent.jsfiles=node-core.js, nodelist.js, nodelist-array.js, node-imports.js
a2f0d926cb09d7050e2bdea0fd29523ec74c8cb1Matt Sweeneycomponent.requires=dom-core, selector