4c6011bfcf29cd75d6af86f192d709221f4d5d3aMareks Malnacs##########################################################################
4c6011bfcf29cd75d6af86f192d709221f4d5d3aMareks Malnacs# Common Build Properties
4c6011bfcf29cd75d6af86f192d709221f4d5d3aMareks Malnacs#
4c6011bfcf29cd75d6af86f192d709221f4d5d3aMareks Malnacs# This file contains the most common set of properties which you probably need to configure to get a build up and going
4c6011bfcf29cd75d6af86f192d709221f4d5d3aMareks Malnacs# Use it along with build.common.xml as a starting point to customize your build process.
4c6011bfcf29cd75d6af86f192d709221f4d5d3aMareks Malnacs#
4c6011bfcf29cd75d6af86f192d709221f4d5d3aMareks Malnacs# See build.example.properties and build.example.xml for the complete list of configurable variables
4c6011bfcf29cd75d6af86f192d709221f4d5d3aMareks Malnacs#
4c6011bfcf29cd75d6af86f192d709221f4d5d3aMareks Malnacs##########################################################################
4c6011bfcf29cd75d6af86f192d709221f4d5d3aMareks Malnacsbuilddir=../../../builder/componentbuild
4c6011bfcf29cd75d6af86f192d709221f4d5d3aMareks Malnacssrcdir=../../
4c6011bfcf29cd75d6af86f192d709221f4d5d3aMareks Malnacs
4c6011bfcf29cd75d6af86f192d709221f4d5d3aMareks Malnacs#since dir name is not "recordset-base"
4c6011bfcf29cd75d6af86f192d709221f4d5d3aMareks Malnacs#global.build.component=${srcdir}/build/recordset
4c6011bfcf29cd75d6af86f192d709221f4d5d3aMareks Malnacsglobal.src.component=${srcdir}/src/recordset
4c6011bfcf29cd75d6af86f192d709221f4d5d3aMareks Malnacs
4c6011bfcf29cd75d6af86f192d709221f4d5d3aMareks Malnacscomponent=recordset-base
4c6011bfcf29cd75d6af86f192d709221f4d5d3aMareks Malnacscomponent.jsfiles=record.js,recordset-base.js
4c6011bfcf29cd75d6af86f192d709221f4d5d3aMareks Malnacscomponent.requires=base,arraylist
4c6011bfcf29cd75d6af86f192d709221f4d5d3aMareks Malnacs
4c6011bfcf29cd75d6af86f192d709221f4d5d3aMareks Malnacs