43d14a760e0c8e57931be96b58b85e1e9fda778cMatt Sweeney##########################################################################
43d14a760e0c8e57931be96b58b85e1e9fda778cMatt Sweeney# Common Build Properties
43d14a760e0c8e57931be96b58b85e1e9fda778cMatt Sweeney#
43d14a760e0c8e57931be96b58b85e1e9fda778cMatt Sweeney# This file contains the most common set of properties which you probably need to configure to get a build up and going
43d14a760e0c8e57931be96b58b85e1e9fda778cMatt Sweeney# Use it along with build.common.xml as a starting point to customize your build process.
43d14a760e0c8e57931be96b58b85e1e9fda778cMatt Sweeney#
43d14a760e0c8e57931be96b58b85e1e9fda778cMatt Sweeney# See build.example.properties and build.example.xml for the complete list of configurable variables
43d14a760e0c8e57931be96b58b85e1e9fda778cMatt Sweeney#
43d14a760e0c8e57931be96b58b85e1e9fda778cMatt Sweeney##########################################################################
43d14a760e0c8e57931be96b58b85e1e9fda778cMatt Sweeneybuilddir=../../../builder/componentbuild
43d14a760e0c8e57931be96b58b85e1e9fda778cMatt Sweeneysrcdir=./../../
43d14a760e0c8e57931be96b58b85e1e9fda778cMatt Sweeneyglobal.src.component=${srcdir}/src/node
43d14a760e0c8e57931be96b58b85e1e9fda778cMatt Sweeney
43d14a760e0c8e57931be96b58b85e1e9fda778cMatt Sweeney# Path to top level build directory if different
43d14a760e0c8e57931be96b58b85e1e9fda778cMatt Sweeney# from module name. e.g. If json-parse.js needs to
43d14a760e0c8e57931be96b58b85e1e9fda778cMatt Sweeney# reside in 3.x/build/json as opposed to 3.x/build/json-parse
43d14a760e0c8e57931be96b58b85e1e9fda778cMatt Sweeney
d2854acf6eef44cf0aca645de3a37cca1388f51aDav Glass#global.build.component=${srcdir}/build/node
43d14a760e0c8e57931be96b58b85e1e9fda778cMatt Sweeney
43d14a760e0c8e57931be96b58b85e1e9fda778cMatt Sweeneycomponent=node-deprecated
43d14a760e0c8e57931be96b58b85e1e9fda778cMatt Sweeneycomponent.jsfiles=node-deprecated.js
43d14a760e0c8e57931be96b58b85e1e9fda778cMatt Sweeneycomponent.requires=node-base