build.shim.properties revision d2854acf6eef44cf0aca645de3a37cca1388f51a
2086N/A##########################################################################
2086N/A# Common Build Properties
2086N/A#
2086N/A# This file contains the most common set of properties which you probably need to configure to get a build up and going
2086N/A# Use it along with build.common.xml as a starting point to customize your build process.
2086N/A#
2086N/A# See build.example.properties and build.example.xml for the complete list of configurable variables
2086N/A#
6983N/A##########################################################################
6983N/Abuilddir=../../../builder/componentbuild
2086N/Asrcdir=./../../
2086N/Aglobal.src.component=${srcdir}/src/node
2086N/A
2086N/A# Path to top level build directory if different
6983N/A# from module name. e.g. If json-parse.js needs to
6983N/A# reside in 3.x/build/json as opposed to 3.x/build/json-parse
6983N/A
6983N/A#global.build.component=${srcdir}/build/node
2086N/A
2086N/Acomponent=shim-plugin
2086N/Acomponent.jsfiles=shim-plugin.js
2086N/Acomponent.requires=node-style, node-pluginhost
2086N/A