build.io.properties revision d2854acf6eef44cf0aca645de3a37cca1388f51a
481N/A##########################################################################
481N/A# Common Build Properties
481N/A#
481N/A# This file contains the most common set of properties which you probably need to configure to get a build up and going
481N/A# Use it along with build.common.xml as a starting point to customize your build process.
481N/A#
481N/A# See build.example.properties and build.example.xml for the complete list of configurable variables
481N/A#
481N/A##########################################################################
481N/Abuilddir=../../../builder/componentbuild
481N/Asrcdir=../../
481N/A
481N/A#global.build.component=${srcdir}build/datasource
481N/Aglobal.src.component=${srcdir}src/datasource
481N/A
481N/Acomponent=datasource-io
481N/Acomponent.jsfiles=datasource-io.js
481N/Acomponent.requires=datasource-local, io-base
481N/A
873N/A