# Xarno Skin Build Properties # As long as the 'builder' project is cloned to the default folder # next to the 'yui3-gallery' project folder, the 'builddir' property does not # need to be changed # # If the 'builder' project is checked out to an alternate location, this # property should be updated to point to the checkout location. builddir=../../../builder/componentbuild # The name of the component. E.g. event, attribute, widget component=gallerycss-xarno-skins # The list of files which should be concatenated to create the component # NOTE: For a css component. (e.g. cssfonts, cssgrids etc.) use component.cssfiles instead. # component.jsfiles=xarno-skins.js, xarno-skinsHelperClass.js, xarno-skinsSubComponentClass.js component.cssfiles=xarno-base.css, xarno-calendar.css, xarno-calendar-controls.css, xarno-icons.css, xarno-tabview.css, xarno-growl-button.css, xarno-growl-notify.css, xarno-smooth-base.css, xarno-smooth-button-group.css, xarno-smooth-button.css, xarno-smooth-dialog.css, xarno-smooth-simple-datatable.css, xarno-smooth-tabview.css # The list of modules this component. requires. Used to set up the Y.add module call for YUI 3. component.requires= # The list of modules this component. supersedes. Used to set up the Y.add module call for YUI 3. component.supersedes= # The list of modules that are optional for this module. Used to set up the Y.add module call for YUI 3. component.optional= component.assets.flatten = false