# MyComponent Build Properties
# As long as the 'builder' project is cloned to the default folder
# next to the 'yui3' 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
srcdir=./../../
global.src.component=${srcdir}/src/sortable
#global.build.component=${srcdir}/build/sortable
component=sortable-scroll
# 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=sortable-scroll.js
# The list of modules this component requires. Used to setup the Y.add module call for YUI 3.
# NOTE: For a css component, this property is not used/required.
# component.use, component.supersedes, component.optional and component.skinnable are other properties which can be defined
component.requires=sortable, dd-scroll