build.properties revision 06ab95eff591bcc37f5948e3bdae6129616473d7
##########################################################################
# 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
#
##########################################################################
component=tabview
component.module=${component}
component.mainclass=Y.TabView
component.basedir=${srcdir}/widget/${component}
component.builddir=${component.basedir}/build_tmp
component.srcdir=${component.basedir}/src
component.jsfiles.base=${component.srcdir}/js
component.jsfiles=TabView.js, Tab.js, ../../plugin/tabio.js, ../../../plugin/io.js
# You can delete this line, if you have no assets to deploy
# You can delete these 2 lines if you have no logger statements to strip
# Backslashes need to be escaped (using double-blackslash) in order to parse correctly as properties. If included in the XML, backslashes do not need escaping
component.logger.regex=^.*?(?:logger|YAHOO.log).*?(?:;|\\).*;|(?:\\r?\\n.*?)*?\\).*;).*;?.*?\\r?\\n
component.logger.regex.byline=false
buildfiles.eol=lf