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