build.date.properties revision 5975621eab532c650550adb19dec27aecb643bff
5335N/A##########################################################################
5335N/A# Common Build Properties
5335N/A#
5335N/A# This file contains the most common set of properties which you probably need to configure to get a build up and going
5335N/A# Use it along with build.common.xml as a starting point to customize your build process.
5335N/A#
5335N/A# See build.example.properties and build.example.xml for the complete list of configurable variables
5335N/A#
5335N/A##########################################################################
5335N/Abuilddir=../../../builder/componentbuild
5335N/Asrcdir=../../
5335N/A
5335N/Acomponent=datatype-date
5335N/Acomponent.rollup=true
5335N/Acomponent.rollup.modules.buildfiles=build.date-parse.xml, build.date-format.xml
5335N/A
5335N/A## Rollup registration options
5335N/Acomponent.use=datatype-date-parse, datatype-date-format
5335N/A
5335N/A## TODO: Temp. Need a cleaner way to roll this up from the leaf builds
5335N/Acomponent.lang.use=datatype-date-format
5335N/Acomponent.rollup.lang=${component._lang}
5335N/A
5335N/A#since dir name is not "datatype-date"
5335N/Aglobal.build.component=${srcdir}/build/datatype
5335N/Aglobal.src.component=${srcdir}/src/datatype
5335N/A
5335N/Acomponent.builddir = build_rollup_tmp_date
5335N/A