build.properties revision 93913a258f1827d9ccbbd16bb36bb24948200043
d6fa26d0adaec6c910115be34fe7a5a5f402c14fMark Andrews##########################################################################
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# Common Build Properties
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# This file contains the most common set of properties which you probably need to configure to get a build up and going
5347c0fcb04eaea19d9f39795646239f487c6207Tinderbox User# Use it along with build.common.xml as a starting point to customize your build process.
5347c0fcb04eaea19d9f39795646239f487c6207Tinderbox User# See build.example.properties and build.example.xml for the complete list of configurable variables
d6fa26d0adaec6c910115be34fe7a5a5f402c14fMark Andrews##########################################################################
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrewssrcdir=./../../
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox Usercomponent=datasource
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt## Path to sub-module build files
9a5087bf58f651bfff841192aba5afd06760d6ceTinderbox Usercomponent.rollup.modules.buildfiles=build.local.xml,build.xhr.xml,build.cache.xml,build.jsonschema.xml,build.polling.xml
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews## Rollup registration options
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrewscomponent.use=datasource-local,datasource-xhr,datasource-cache,datasource-jsonschema,datasource-polling
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# Separate temp build dir for rollup, if in the same
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# dir as modules.
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Huntcomponent.builddir=./build_rollup_tmp