build.style.properties revision 95ee5434654c6cc3cf1b154db9dd31b128d20e66
5cd4555ad444fd391002ae32450572054369fd42Rob Austein##########################################################################
5cd4555ad444fd391002ae32450572054369fd42Rob Austein# Common Build Properties
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein#
9c49c394b4218cc9c743a372a8fcfb787f5ea8caAndreas Gustafsson# This file contains the most common set of properties which you probably need to configure to get a build up and going
938440694b33cd752e9e4b71a526368b4811c177Tinderbox User# Use it along with build.common.xml as a starting point to customize your build process.
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews#
9c49c394b4218cc9c743a372a8fcfb787f5ea8caAndreas Gustafsson# See build.example.properties and build.example.xml for the complete list of configurable variables
ec5347e2c775f027573ce5648b910361aa926c01Automatic Updater#
9c49c394b4218cc9c743a372a8fcfb787f5ea8caAndreas Gustafsson##########################################################################
9c49c394b4218cc9c743a372a8fcfb787f5ea8caAndreas Gustafssonbuilddir=../../../builder/componentbuild
9c49c394b4218cc9c743a372a8fcfb787f5ea8caAndreas Gustafssonsrcdir=./../../
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrewsglobal.src.component=${srcdir}/src/node
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# Path to top level build directory if different
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# from module name. e.g. If json-parse.js needs to
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# reside in 3.x/build/json as opposed to 3.x/build/json-parse
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrewsglobal.build.component=${srcdir}/build/node
9c49c394b4218cc9c743a372a8fcfb787f5ea8caAndreas Gustafsson
f5d30e2864e048a42c4dc1134993ae7efdb5d6c3Mark Andrewscomponent=node-style
072440df4f65033eb058c06f2cc72be450606720Jeremy Reedcomponent.jsfiles=node-style.js
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austeincomponent.requires=dom-style, node-base
1f73b46904d266abe57814ea512dc7069e7a1e73Evan Hunt