Skip to content
This repository has been archived by the owner on Jan 30, 2022. It is now read-only.

Commit

Permalink
gallery-2010.04.14-19-47 apipkin gallery-notify
Browse files Browse the repository at this point in the history
  • Loading branch information
YUI Builder committed Apr 14, 2010
1 parent 5ebe15c commit bc39034
Show file tree
Hide file tree
Showing 6 changed files with 918 additions and 0 deletions.
27 changes: 27 additions & 0 deletions src/gallery-notify/build.properties
@@ -0,0 +1,27 @@
# Notify 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=gallery-notify

# 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=notify.js, notifyHelperClass.js, notifySubComponentClass.js
component.jsfiles=notify.js

# The list of modules this component requires. Used to set up the Y.add module call for YUI 3.
component.requires=base,anim,substitute,widget,widget-parent,widget-child,gallery-timer,event-mouseenter

# 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=

Empty file.
7 changes: 7 additions & 0 deletions src/gallery-notify/build.xml
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- YUI 3 Gallery Component Build File -->
<project name="Notify" default="local">
<description>Notify Build File</description>
<property file="build.properties" />
<import file="${builddir}/3.x/bootstrap.xml" description="Default Build Properties and Targets" />
</project>
Empty file added src/gallery-notify/build.xml~
Empty file.

0 comments on commit bc39034

Please sign in to comment.