build.properties revision 10647397a5f52edc1395c60e547b0b2f24bad988
##########################################################################
# Common Build Properties
#
# This file contains the most common set of properties which you probably need to configure to get a build up and going
# Use it along with build.common.xml as a starting point to customize your build process.
#
# See build.example.properties and build.example.xml for the complete list of configurable variables
#
##########################################################################
builddir=../../../builder/componentbuild
component=widget
component.jsfiles=PluginHost.js, Widget.js
component.requires=base, node, classnamemanager
#component.prependfiles=src/js/PrependOne.js, src/js/PrependTwo.js
#component.appendfiles=src/js/AppendOne.js, src/js/AppendTwo.js