build.properties revision 02fc09f797e83e80199c96adc4751c230dccc973
0N/A##########################################################################
123N/A# Common Build Properties
0N/A#
0N/A# This file contains the most common set of properties which you probably need to configure to get a build up and going
0N/A# Use it along with build.common.xml as a starting point to customize your build process.
0N/A#
123N/A# See build.example.properties and build.example.xml for the complete list of configurable variables
0N/A#
123N/A##########################################################################
0N/Abuilddir=./../../../builder/componentbuild
0N/Acomponent=event
0N/Acomponent.jsfiles=event-ready.js,\
0N/A event-facade-dom.js,\
0N/A event-dom.js,\
0N/A available.js,\
0N/A focusblur.js,\
0N/A key.js,\
0N/A delegate.js,\
0N/A resize-window.js,\
0N/A mouseentermouseleave.js
123N/A
123N/Acomponent.prependfiles=js/event-ready-base.js
123N/Acomponent.requires=event-custom
0N/A