build.screen.properties revision d2854acf6eef44cf0aca645de3a37cca1388f51a
44aae046c38e796e581110b7ecdf4478167d684dBob Halley##########################################################################
44aae046c38e796e581110b7ecdf4478167d684dBob Halley# Common Build Properties
44aae046c38e796e581110b7ecdf4478167d684dBob Halley#
44aae046c38e796e581110b7ecdf4478167d684dBob Halley# This file contains the most common set of properties which you probably need to configure to get a build up and going
44aae046c38e796e581110b7ecdf4478167d684dBob Halley# Use it along with build.common.xml as a starting point to customize your build process.
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence#
44aae046c38e796e581110b7ecdf4478167d684dBob Halley# See build.example.properties and build.example.xml for the complete list of configurable variables
44aae046c38e796e581110b7ecdf4478167d684dBob Halley#
44aae046c38e796e581110b7ecdf4478167d684dBob Halley##########################################################################
44aae046c38e796e581110b7ecdf4478167d684dBob Halleybuilddir=../../../builder/componentbuild
44aae046c38e796e581110b7ecdf4478167d684dBob Halleysrcdir=./../../
global.src.component=${srcdir}/src/node
# Path to top level build directory if different
# from module name. e.g. If json-parse.js needs to
# reside in 3.x/build/json as opposed to 3.x/build/json-parse
#global.build.component=${srcdir}/build/node
component=node-screen
component.jsfiles=node-screen.js, node-region.js
component.requires=node-base, dom-screen