200N/A##########################################################################
200N/A# Common Build Properties
200N/A#
200N/A# This file contains the most common set of properties which you probably need to configure to get a build up and going
200N/A# Use it along with build.common.xml as a starting point to customize your build process.
200N/A#
200N/A# See build.example.properties and build.example.xml for the complete list of configurable variables
200N/A#
200N/A##########################################################################
200N/Abuilddir=../../../builder/componentbuild
200N/Asrcdir=../../
200N/A
200N/A#since dir name is not "datasource-textschema"
200N/A#global.build.component=${srcdir}/build/datasource
200N/Aglobal.src.component=${srcdir}/src/datasource
200N/A
200N/Acomponent=datasource-textschema
200N/Acomponent.jsfiles=datasource-textschema.js
200N/Acomponent.requires=datasource-local, plugin, dataschema-text
200N/A
200N/Atests.requires=datasource-textschema, test, datatype-number-parse
200N/A