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