build.head.properties revision a3e011a6940a2707d43148e12f3d3cd6fd388794
4848fe4ad2c0ba6e2e69e4a2617727f8556d79a0Andreas Gustafsson##########################################################################
4848fe4ad2c0ba6e2e69e4a2617727f8556d79a0Andreas Gustafsson# Common Build Properties
4848fe4ad2c0ba6e2e69e4a2617727f8556d79a0Andreas Gustafsson#
4848fe4ad2c0ba6e2e69e4a2617727f8556d79a0Andreas Gustafsson# This file contains the most common set of properties which you probably need to configure to get a build up and going
4848fe4ad2c0ba6e2e69e4a2617727f8556d79a0Andreas Gustafsson# Use it along with build.common.xml as a starting point to customize your build process.
4848fe4ad2c0ba6e2e69e4a2617727f8556d79a0Andreas Gustafsson#
4848fe4ad2c0ba6e2e69e4a2617727f8556d79a0Andreas Gustafsson# See build.example.properties and build.example.xml for the complete list of configurable variables
4848fe4ad2c0ba6e2e69e4a2617727f8556d79a0Andreas Gustafsson#
4848fe4ad2c0ba6e2e69e4a2617727f8556d79a0Andreas Gustafsson##########################################################################
4848fe4ad2c0ba6e2e69e4a2617727f8556d79a0Andreas Gustafssonbuilddir=../../../builder/componentbuild
4848fe4ad2c0ba6e2e69e4a2617727f8556d79a0Andreas Gustafssonsrcdir=../../
4848fe4ad2c0ba6e2e69e4a2617727f8556d79a0Andreas Gustafsson
4848fe4ad2c0ba6e2e69e4a2617727f8556d79a0Andreas Gustafsson#since dir name is not "datatable-base"
4848fe4ad2c0ba6e2e69e4a2617727f8556d79a0Andreas Gustafsson#global.build.component=${srcdir}/build/datatable
4848fe4ad2c0ba6e2e69e4a2617727f8556d79a0Andreas Gustafssonglobal.src.component=${srcdir}/src/datatable
4848fe4ad2c0ba6e2e69e4a2617727f8556d79a0Andreas Gustafsson
4848fe4ad2c0ba6e2e69e4a2617727f8556d79a0Andreas Gustafssoncomponent=datatable-head
4848fe4ad2c0ba6e2e69e4a2617727f8556d79a0Andreas Gustafssoncomponent.jsfiles=head.js
4848fe4ad2c0ba6e2e69e4a2617727f8556d79a0Andreas Gustafssoncomponent.requires=datatable-core, view
4848fe4ad2c0ba6e2e69e4a2617727f8556d79a0Andreas Gustafsson