build.body.properties revision d6277d5eb2dfbe87f62be4db85b9fee851411cf5
a3e011a6940a2707d43148e12f3d3cd6fd388794Luke Smith##########################################################################
a3e011a6940a2707d43148e12f3d3cd6fd388794Luke Smith# Common Build Properties
a3e011a6940a2707d43148e12f3d3cd6fd388794Luke Smith#
a3e011a6940a2707d43148e12f3d3cd6fd388794Luke Smith# This file contains the most common set of properties which you probably need to configure to get a build up and going
a3e011a6940a2707d43148e12f3d3cd6fd388794Luke Smith# Use it along with build.common.xml as a starting point to customize your build process.
a3e011a6940a2707d43148e12f3d3cd6fd388794Luke Smith#
a3e011a6940a2707d43148e12f3d3cd6fd388794Luke Smith# See build.example.properties and build.example.xml for the complete list of configurable variables
a3e011a6940a2707d43148e12f3d3cd6fd388794Luke Smith#
a3e011a6940a2707d43148e12f3d3cd6fd388794Luke Smith##########################################################################
a3e011a6940a2707d43148e12f3d3cd6fd388794Luke Smithbuilddir=../../../builder/componentbuild
a3e011a6940a2707d43148e12f3d3cd6fd388794Luke Smithsrcdir=../../
a3e011a6940a2707d43148e12f3d3cd6fd388794Luke Smith
a3e011a6940a2707d43148e12f3d3cd6fd388794Luke Smith#since dir name is not "datatable-base"
a3e011a6940a2707d43148e12f3d3cd6fd388794Luke Smith#global.build.component=${srcdir}/build/datatable
a3e011a6940a2707d43148e12f3d3cd6fd388794Luke Smithglobal.src.component=${srcdir}/src/datatable
a3e011a6940a2707d43148e12f3d3cd6fd388794Luke Smith
a3e011a6940a2707d43148e12f3d3cd6fd388794Luke Smithcomponent=datatable-body
a3e011a6940a2707d43148e12f3d3cd6fd388794Luke Smithcomponent.jsfiles=body.js
986d46e1f8a2501ef935698e05d42680baa247a2Luke Smithcomponent.requires=datatable-core, view, classnamemanager
d6277d5eb2dfbe87f62be4db85b9fee851411cf5Luke Smith
d6277d5eb2dfbe87f62be4db85b9fee851411cf5Luke Smithtests.requires=datatable-base, test