build.properties revision d2854acf6eef44cf0aca645de3a37cca1388f51a
123N/A##########################################################################
123N/A# Common Build Properties
123N/A#
123N/A# This file contains the most common set of properties which you probably need to configure to get a build up and going
943N/A# Use it along with build.common.xml as a starting point to customize your build process.
123N/A#
123N/A# See build.example.properties and build.example.xml for the complete list of configurable variables
919N/A#
919N/A##########################################################################
919N/Abuilddir=../../../builder/componentbuild
919N/A
919N/Asrcdir=../..
919N/A
919N/A#global.build.component=${srcdir}/build/widget
919N/A
919N/Acomponent=widget-parent
919N/Acomponent.jsfiles=Widget-Parent.js
919N/Acomponent.requires=base-build, arraylist, widget