build.properties revision 0d6d1a2d994933a68a100ec3dcdc7c7a0eeeae6c
4632N/A##########################################################################
4632N/A# Common Build Properties
4632N/A#
4632N/A# This file contains the most common set of properties which you probably need to configure to get a build up and going
4632N/A# Use it along with build.common.xml as a starting point to customize your build process.
4632N/A#
4632N/A# See build.example.properties and build.example.xml for the complete list of configurable variables
4632N/A#
4632N/A##########################################################################
4632N/Abuilddir=../../../builder/componentbuild
4632N/A
4632N/Acomponent=datatype
4632N/Acomponent.rollup=true
4632N/Acomponent.rollup.modules.buildfiles=build.number.xml, build.date.xml, build.xml.xml
4632N/A
4632N/A## Rollup registration options
4632N/Acomponent.use=datatype-number, datatype-date, datatype-xml
4632N/A
4632N/A