build.scroll.properties revision d2854acf6eef44cf0aca645de3a37cca1388f51a
94N/A# MyComponent Build Properties
94N/A
94N/A# As long as the 'builder' project is cloned to the default folder
94N/A# next to the 'yui3' project folder, the 'builddir' property does not
94N/A# need to be changed
94N/A#
94N/A# If the 'builder' project is checked out to an alternate location, this
94N/A# property should be updated to point to the checkout location.
94N/Abuilddir=../../../builder/componentbuild
94N/Asrcdir=./../../
94N/Aglobal.src.component=${srcdir}/src/sortable
94N/A#global.build.component=${srcdir}/build/sortable
94N/Acomponent=sortable-scroll
94N/A
94N/A# The list of files which should be concatenated to create the component.
94N/A# NOTE: For a css component (e.g. cssfonts, cssgrids etc.) use component.cssfiles instead.
94N/Acomponent.jsfiles=sortable-scroll.js
94N/A
94N/A# The list of modules this component requires. Used to setup the Y.add module call for YUI 3.
94N/A# NOTE: For a css component, this property is not used/required.
94N/A
94N/A# component.use, component.supersedes, component.optional and component.skinnable are other properties which can be defined
3996N/Acomponent.requires=sortable, dd-scroll
94N/A