build.sort.properties revision 03dbde2a7e9a9085567853a25059a0bc411069a8
cda02a28c0f41feb359ebbddd68ed5f1dcd4930eMichel Normand##########################################################################
cda02a28c0f41feb359ebbddd68ed5f1dcd4930eMichel Normand# Common Build Properties
cda02a28c0f41feb359ebbddd68ed5f1dcd4930eMichel Normand#
cda02a28c0f41feb359ebbddd68ed5f1dcd4930eMichel Normand# This file contains the most common set of properties which you probably need to configure to get a build up and going
cda02a28c0f41feb359ebbddd68ed5f1dcd4930eMichel Normand# Use it along with build.common.xml as a starting point to customize your build process.
cda02a28c0f41feb359ebbddd68ed5f1dcd4930eMichel Normand#
cda02a28c0f41feb359ebbddd68ed5f1dcd4930eMichel Normand# See build.example.properties and build.example.xml for the complete list of configurable variables
cda02a28c0f41feb359ebbddd68ed5f1dcd4930eMichel Normand#
cda02a28c0f41feb359ebbddd68ed5f1dcd4930eMichel Normand##########################################################################
cda02a28c0f41feb359ebbddd68ed5f1dcd4930eMichel Normandbuilddir=../../../builder/componentbuild
cda02a28c0f41feb359ebbddd68ed5f1dcd4930eMichel Normandsrcdir=../../
cda02a28c0f41feb359ebbddd68ed5f1dcd4930eMichel Normand
cda02a28c0f41feb359ebbddd68ed5f1dcd4930eMichel Normand#since dir name is not "datatable-sort"
cda02a28c0f41feb359ebbddd68ed5f1dcd4930eMichel Normandglobal.build.component=${srcdir}/build/datatable
cda02a28c0f41feb359ebbddd68ed5f1dcd4930eMichel Normandglobal.src.component=${srcdir}/src/datatable
cda02a28c0f41feb359ebbddd68ed5f1dcd4930eMichel Normand
cda02a28c0f41feb359ebbddd68ed5f1dcd4930eMichel Normandcomponent=datatable-sort
cda02a28c0f41feb359ebbddd68ed5f1dcd4930eMichel Normandcomponent.jsfiles=datatable-sort.js
cda02a28c0f41feb359ebbddd68ed5f1dcd4930eMichel Normandcomponent.requires=plugin,datatable-base
cda02a28c0f41feb359ebbddd68ed5f1dcd4930eMichel Normand
cda02a28c0f41feb359ebbddd68ed5f1dcd4930eMichel Normandcomponent.lang=en
cda02a28c0f41feb359ebbddd68ed5f1dcd4930eMichel Normand