build.node-base.properties revision 95ee5434654c6cc3cf1b154db9dd31b128d20e66
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe##########################################################################
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# Common Build Properties
19581f849bf7a7ff70969056873a9f08150b2e7cAlexander Eremin#
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# This file contains the most common set of properties which you probably need to configure to get a build up and going
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# Use it along with build.common.xml as a starting point to customize your build process.
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe#
19581f849bf7a7ff70969056873a9f08150b2e7cAlexander Eremin# See build.example.properties and build.example.xml for the complete list of configurable variables
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe#
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe##########################################################################
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowebuilddir=../../../builder/componentbuild
5a81b4ad6a940aead6f0789e059a6f8fbc678be0David Höppnersrcdir=./../../
5a81b4ad6a940aead6f0789e059a6f8fbc678be0David Höppnerglobal.src.component=${srcdir}/src/node
5a81b4ad6a940aead6f0789e059a6f8fbc678be0David Höppner
5a81b4ad6a940aead6f0789e059a6f8fbc678be0David Höppner# Path to top level build directory if different
5a81b4ad6a940aead6f0789e059a6f8fbc678be0David Höppner# from module name. e.g. If json-parse.js needs to
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# reside in 3.x/build/json as opposed to 3.x/build/json-parse
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Loweglobal.build.component=${srcdir}/build/node
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowecomponent=node-base
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowecomponent.jsfiles=node.js, node-imports.js, nodelist.js, node-class.js
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowecomponent.requires=dom-base, base, selector
5a81b4ad6a940aead6f0789e059a6f8fbc678be0David Höppner