build.properties revision beae2c1bcdd24bf81c3ce3774966c9928b4a4637
##########################################################################
# Common Build Properties
#
# This file contains the most common set of properties which you probably need to configure to get a build up and going
# Use it along with build.common.xml as a starting point to customize your build process.
#
# See build.example.properties and build.example.xml for the complete list of configurable variables
#
##########################################################################
builddir=../../../builder/componentbuild
srcdir=../../
component=datatable
component.rollup=true
## Path to sub-module build files
component.rollup.modules.buildfiles=build.base.xml,build.datasource.xml,build.sort.xml,build.scroll.xml
## TODO: Temp. Need a cleaner way to roll this up from the leaf builds
component.lang.use=datatable-base,datatable-sort
## Rollup registration options
component.use=datatable-base,datatable-datasource,datatable-sort,datatable-scroll
# Separate temp build dir for rollup, if in the same
# dir as modules.
component.builddir=./build_rollup_tmp