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