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