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