build.xml.properties revision d2854acf6eef44cf0aca645de3a37cca1388f51a
2169N/A##########################################################################
2169N/A# Common Build Properties
2169N/A#
2169N/A# This file contains the most common set of properties which you probably need to configure to get a build up and going
2169N/A# Use it along with build.common.xml as a starting point to customize your build process.
2169N/A#
2169N/A# See build.example.properties and build.example.xml for the complete list of configurable variables
2169N/A#
2169N/A##########################################################################
2169N/Abuilddir=../../../builder/componentbuild
2169N/Asrcdir=../../
2169N/A
2169N/A#global.build.component=${srcdir}build/dataschema
2169N/Aglobal.src.component=${srcdir}src/dataschema
2169N/A
2169N/Acomponent=dataschema-xml
2169N/Acomponent.jsfiles=dataschema-xml.js
2169N/Acomponent.requires=dataschema-base
2169N/A
2169N/A