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