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-core
a3e011a6940a2707d43148e12f3d3cd6fd388794Luke Smithcomponent.jsfiles=core.js
f77c4c9ca708f6574cce085bdfe3025eb3050223Luke Smithcomponent.requires=escape,model-list,node-event-delegate
6ed8155c20400990c7e65faa4b40aef98c5b5136Luke Smith
75ae44e882c66d6b0f2e1066d30ead63e58c2056Luke Smithtests.requires=widget, base-build, datatable-core, view, recordset