build.base.properties revision 8ebea46a72db798f14907a09fa8ce99422f01809
2N/A##########################################################################
2N/A# Common Build Properties
2N/A#
2N/A# This file contains the most common set of properties which you probably need to configure to get a build up and going
2N/A# Use it along with build.common.xml as a starting point to customize your build process.
2N/A#
2N/A# See build.example.properties and build.example.xml for the complete list of configurable variables
2N/A#
2N/A##########################################################################
2N/Abuilddir=./../../../builder/componentbuild
2N/Asrcdir=../..
2N/A#global.build.component=${srcdir}/build/event
2N/Acomponent=event-base
2N/Acomponent.jsfiles=event-ready.js,\
2N/A event-facade-dom.js,\
2N/A event-dom.js,\
2N/A available.js
2N/A
2N/Acomponent.prependfiles=js/event-ready-base.js
2N/Acomponent.requires=event-custom-base
2N/A
2N/A