build.sim.properties revision d2854acf6eef44cf0aca645de3a37cca1388f51a
5fc7ba3e1ac5d72239e9971e0f469dd5796738f9Andreas Gustafsson##########################################################################
c110d61b173a68420d19858abb80285be0dc1120Tinderbox User# Common Build Properties
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews#
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence# This file contains the most common set of properties which you probably need to configure to get a build up and going
ec5347e2c775f027573ce5648b910361aa926c01Automatic Updater# Use it along with build.common.xml as a starting point to customize your build process.
5fc7ba3e1ac5d72239e9971e0f469dd5796738f9Andreas Gustafsson#
5fc7ba3e1ac5d72239e9971e0f469dd5796738f9Andreas Gustafsson# See build.example.properties and build.example.xml for the complete list of configurable variables
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence#
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews##########################################################################
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrewsbuilddir=../../../builder/componentbuild
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrewssrcdir=./../../
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
5fc7ba3e1ac5d72239e9971e0f469dd5796738f9Andreas Gustafsson# reside in 3.x/build/json as opposed to 3.x/build/json-parse
5fc7ba3e1ac5d72239e9971e0f469dd5796738f9Andreas Gustafsson
ab023a65562e62b85a824509d829b6fad87e00b1Rob Austein#global.build.component=${srcdir}/build/node
9c3531d72aeaad6c5f01efe6a1c82023e1379e4dDavid Lawrence
5fc7ba3e1ac5d72239e9971e0f469dd5796738f9Andreas Gustafssoncomponent=node-event-simulate
5fc7ba3e1ac5d72239e9971e0f469dd5796738f9Andreas Gustafssoncomponent.jsfiles=node-event-simulate.js
593cb00bd17e5e2ab0dcb7c635a9a81082dc5d0eAndreas Gustafssoncomponent.requires=node-base, event-simulate
593cb00bd17e5e2ab0dcb7c635a9a81082dc5d0eAndreas Gustafsson