build.mutable.properties revision c4fa8f0dbb0086a0e16595052e9a28f8027b8063
32N/A##########################################################################
32N/A# Common Build Properties
911N/A#
851N/A# This file contains the most common set of properties which you probably need to configure to get a build up and going
32N/A# Use it along with build.common.xml as a starting point to customize your build process.
32N/A#
32N/A# See build.example.properties and build.example.xml for the complete list of configurable variables
32N/A#
32N/A##########################################################################
32N/Abuilddir=../../../builder/componentbuild
32N/Asrcdir=../../
32N/A
32N/A#since dir name is not "datatable-base"
32N/A#global.build.component=${srcdir}/build/datatable
32N/Aglobal.src.component=${srcdir}/src/datatable
32N/A
32N/Acomponent=datatable-mutable
32N/Acomponent.jsfiles=mutable.js
32N/Acomponent.requires=datatable-base
32N/A