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