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