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