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