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