build.properties revision d0ec0cb3ed5a3c1384e807f8526cfc1c0c50aaed
b9002edd77d18ae04b2f7f1130ee385e51f39500John Smith##########################################################################
b9002edd77d18ae04b2f7f1130ee385e51f39500John Smith# Common Build Properties
b9002edd77d18ae04b2f7f1130ee385e51f39500John Smith# This file contains the most common set of properties which you probably need to configure to get a build up and going
da83feaebb8e3027b691c2d4cb1983a9a97522f5Jon A. Cruz# Use it along with build.common.xml as a starting point to customize your build process.
b9002edd77d18ae04b2f7f1130ee385e51f39500John Smith# See build.example.properties and build.example.xml for the complete list of configurable variables
b9002edd77d18ae04b2f7f1130ee385e51f39500John Smith##########################################################################
002496c044a24bbda6eaa370a6daece3bd3983f8Krisbuilddir=../../../builder/componentbuild
b9002edd77d18ae04b2f7f1130ee385e51f39500John Smithsrcdir=./../../
b9002edd77d18ae04b2f7f1130ee385e51f39500John Smithcomponent=datasource
b9002edd77d18ae04b2f7f1130ee385e51f39500John Smith## Path to sub-module build files
b9002edd77d18ae04b2f7f1130ee385e51f39500John Smithcomponent.rollup.modules.buildfiles=build.local.xml,build.xhr.xml,build.scriptnode.xml,build.cache.xml,build.jsonschema.xml,build.xmlschema.xml,build.arrayschema.xml,build.textschema.xml,build.polling.xml
b9002edd77d18ae04b2f7f1130ee385e51f39500John Smith## Rollup registration options
b9002edd77d18ae04b2f7f1130ee385e51f39500John Smithcomponent.use=datasource-local,datasource-xhr,datasource-scriptnode,datasource-cache,datasource-jsonschema,datasource-xmlschema,datasource-arrayschema,datasource-textschema,datasource-polling
a53fd00014de5e3469827acbab0e4cce9ed39087Jon A. Cruz# Separate temp build dir for rollup, if in the same
253ced74a9eaba9a1fab5e20628e27b1d03a4612Jon A. Cruz# dir as modules.
a53fd00014de5e3469827acbab0e4cce9ed39087Jon A. Cruzcomponent.builddir=./build_rollup_tmp