Cross Reference: /yui3/src/yql/build.properties
4d6c3c157705c101f044293dd642b62683918dedDav Glass# MyComponent Build Properties
4d6c3c157705c101f044293dd642b62683918dedDav Glass
4d6c3c157705c101f044293dd642b62683918dedDav Glass# As long as the 'builder' project is cloned to the default folder
4d6c3c157705c101f044293dd642b62683918dedDav Glass# next to the 'yui3' project folder, the 'builddir' property does not
4d6c3c157705c101f044293dd642b62683918dedDav Glass# need to be changed
4d6c3c157705c101f044293dd642b62683918dedDav Glass#
4d6c3c157705c101f044293dd642b62683918dedDav Glass# If the 'builder' project is checked out to an alternate location, this
4d6c3c157705c101f044293dd642b62683918dedDav Glass# property should be updated to point to the checkout location.
4d6c3c157705c101f044293dd642b62683918dedDav Glassbuilddir=../../../builder/componentbuild
4d6c3c157705c101f044293dd642b62683918dedDav Glass
4d6c3c157705c101f044293dd642b62683918dedDav Glass# The name of the component. E.g. event, attribute, widget
4d6c3c157705c101f044293dd642b62683918dedDav Glasscomponent=yql
4d6c3c157705c101f044293dd642b62683918dedDav Glass
4d6c3c157705c101f044293dd642b62683918dedDav Glass# The list of files which should be concatenated to create the component.
4d6c3c157705c101f044293dd642b62683918dedDav Glass# NOTE: For a css component (e.g. cssfonts, cssgrids etc.) use component.cssfiles instead.
4d6c3c157705c101f044293dd642b62683918dedDav Glasscomponent.jsfiles=yql.js
4d6c3c157705c101f044293dd642b62683918dedDav Glass
4d6c3c157705c101f044293dd642b62683918dedDav Glass# The list of modules this component requires. Used to setup the Y.add module call for YUI 3.
4d6c3c157705c101f044293dd642b62683918dedDav Glass# NOTE: For a css component, this property is not used/required.
4d6c3c157705c101f044293dd642b62683918dedDav Glass
4d6c3c157705c101f044293dd642b62683918dedDav Glass# component.use, component.supersedes, component.optional and component.skinnable are other properties which can be defined
ae078c0065b329e8bfe5311483e1097a794b1dc6Satyen Desaicomponent.requires=jsonp, jsonp-url