build.xhr.properties revision 9eb0c723ed90ba9c691cd35c025115b361da3eb4
9533104fb7447a0765dc2aafec105c729d2c1be7Luke Smith##########################################################################
9533104fb7447a0765dc2aafec105c729d2c1be7Luke Smith# Common Build Properties
9533104fb7447a0765dc2aafec105c729d2c1be7Luke Smith#
9533104fb7447a0765dc2aafec105c729d2c1be7Luke Smith# This file contains the most common set of properties which you probably need to configure to get a build up and going
9533104fb7447a0765dc2aafec105c729d2c1be7Luke Smith# Use it along with build.common.xml as a starting point to customize your build process.
9533104fb7447a0765dc2aafec105c729d2c1be7Luke Smith#
9533104fb7447a0765dc2aafec105c729d2c1be7Luke Smith# See build.example.properties and build.example.xml for the complete list of configurable variables
9533104fb7447a0765dc2aafec105c729d2c1be7Luke Smith#
9533104fb7447a0765dc2aafec105c729d2c1be7Luke Smith##########################################################################
9533104fb7447a0765dc2aafec105c729d2c1be7Luke Smithbuilddir=../../../builder/componentbuild
daa301d2a0f17b5c1b04d777de3acf969b9b63d2Luke Smithsrcdir=./../../
daa301d2a0f17b5c1b04d777de3acf969b9b63d2Luke Smith
daa301d2a0f17b5c1b04d777de3acf969b9b63d2Luke Smithglobal.build.component=${srcdir}build/datasource
daa301d2a0f17b5c1b04d777de3acf969b9b63d2Luke Smithglobal.src.component=${srcdir}src/datasource
daa301d2a0f17b5c1b04d777de3acf969b9b63d2Luke Smith
9533104fb7447a0765dc2aafec105c729d2c1be7Luke Smithcomponent=datasource-xhr
9533104fb7447a0765dc2aafec105c729d2c1be7Luke Smithcomponent.jsfiles=datasource-xhr.js
daa301d2a0f17b5c1b04d777de3acf969b9b63d2Luke Smithcomponent.requires=datasource-base
daa301d2a0f17b5c1b04d777de3acf969b9b63d2Luke Smith
daa301d2a0f17b5c1b04d777de3acf969b9b63d2Luke Smith