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