build.array.properties revision 3a38d5b7ad9ebee258ce6cb2ebe712f058ea27c5
32N/A##########################################################################
32N/A# Common Build Properties
911N/A#
851N/A# This file contains the most common set of properties which you probably need to configure to get a build up and going
32N/A# Use it along with build.common.xml as a starting point to customize your build process.
32N/A#
919N/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/Aglobal.build.component=${srcdir}build/dataschema
919N/Aglobal.src.component=${srcdir}src/dataschema
919N/A
919N/Acomponent=dataschema-array
919N/Acomponent.jsfiles=dataschema-array.js
919N/Acomponent.requires=dataschema-base
919N/A
919N/A