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