build.xmlschema.properties revision 2bdd6081571d230106e6abd8e533bcfc9e48a7ad
6e89f0a006cdbb50151504b3107096e365136687Jenny Han Donnelly##########################################################################
6e89f0a006cdbb50151504b3107096e365136687Jenny Han Donnelly# Common Build Properties
6e89f0a006cdbb50151504b3107096e365136687Jenny Han Donnelly#
6e89f0a006cdbb50151504b3107096e365136687Jenny Han Donnelly# This file contains the most common set of properties which you probably need to configure to get a build up and going
6e89f0a006cdbb50151504b3107096e365136687Jenny Han Donnelly# Use it along with build.common.xml as a starting point to customize your build process.
6e89f0a006cdbb50151504b3107096e365136687Jenny Han Donnelly#
6e89f0a006cdbb50151504b3107096e365136687Jenny Han Donnelly# See build.example.properties and build.example.xml for the complete list of configurable variables
c28f85fdfe5f4318a887f384ac1e58d40414fdbaLuke Smith#
6e89f0a006cdbb50151504b3107096e365136687Jenny Han Donnelly##########################################################################
6e89f0a006cdbb50151504b3107096e365136687Jenny Han Donnellybuilddir=../../../builder/componentbuild
6e89f0a006cdbb50151504b3107096e365136687Jenny Han Donnellysrcdir=../../
6e89f0a006cdbb50151504b3107096e365136687Jenny Han Donnelly
83051cc2f61c3e17f61b8f8f409a69c057db0e6bJenny Donnelly#since dir name is not "datasource-xmlschema"
c77d701a41f1b77424b988c2e63f2a8e6829c7e6Luke Smith#global.build.component=${srcdir}/build/datasource
c77d701a41f1b77424b988c2e63f2a8e6829c7e6Luke Smithglobal.src.component=${srcdir}/src/datasource
c77d701a41f1b77424b988c2e63f2a8e6829c7e6Luke Smith
83051cc2f61c3e17f61b8f8f409a69c057db0e6bJenny Donnellycomponent=datasource-xmlschema
83051cc2f61c3e17f61b8f8f409a69c057db0e6bJenny Donnellycomponent.jsfiles=datasource-xmlschema.js
83051cc2f61c3e17f61b8f8f409a69c057db0e6bJenny Donnellycomponent.requires=datasource-local, plugin, dataschema-xml
83051cc2f61c3e17f61b8f8f409a69c057db0e6bJenny Donnelly
83051cc2f61c3e17f61b8f8f409a69c057db0e6bJenny Donnellytests.requires=datasource-xmlschema, test, datatype-xml-parse
83051cc2f61c3e17f61b8f8f409a69c057db0e6bJenny Donnelly