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