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