2671b5d7a47e8eb0b547762380122c8b263ea282Tilo Mitra##########################################################################
2671b5d7a47e8eb0b547762380122c8b263ea282Tilo Mitra# Common Build Properties
2671b5d7a47e8eb0b547762380122c8b263ea282Tilo Mitra#
2671b5d7a47e8eb0b547762380122c8b263ea282Tilo Mitra# This file contains the most common set of properties which you probably need to configure to get a build up and going
2671b5d7a47e8eb0b547762380122c8b263ea282Tilo Mitra# Use it along with build.common.xml as a starting point to customize your build process.
2671b5d7a47e8eb0b547762380122c8b263ea282Tilo Mitra#
2671b5d7a47e8eb0b547762380122c8b263ea282Tilo Mitra# See build.example.properties and build.example.xml for the complete list of configurable variables
2671b5d7a47e8eb0b547762380122c8b263ea282Tilo Mitra#
2671b5d7a47e8eb0b547762380122c8b263ea282Tilo Mitra##########################################################################
2671b5d7a47e8eb0b547762380122c8b263ea282Tilo Mitrabuilddir=../../../builder/componentbuild
2671b5d7a47e8eb0b547762380122c8b263ea282Tilo Mitrasrcdir=../../
2671b5d7a47e8eb0b547762380122c8b263ea282Tilo Mitra
2671b5d7a47e8eb0b547762380122c8b263ea282Tilo Mitra#since dir name is not "recordset-base"
d2854acf6eef44cf0aca645de3a37cca1388f51aDav Glass#global.build.component=${srcdir}/build/recordset
2671b5d7a47e8eb0b547762380122c8b263ea282Tilo Mitraglobal.src.component=${srcdir}/src/recordset
2671b5d7a47e8eb0b547762380122c8b263ea282Tilo Mitra
2671b5d7a47e8eb0b547762380122c8b263ea282Tilo Mitracomponent=recordset-base
2671b5d7a47e8eb0b547762380122c8b263ea282Tilo Mitracomponent.jsfiles=record.js,recordset-base.js
307080b97c85833a163cb6dd85b45115e58b5767Tilo Mitracomponent.requires=base,arraylist
2671b5d7a47e8eb0b547762380122c8b263ea282Tilo Mitra