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