Skip to content

Commit

Permalink
gallery-2009.11.17-23 murdog05 gallery-formvalidator
Browse files Browse the repository at this point in the history
  • Loading branch information
YUI Builder committed Nov 17, 2009
1 parent a365d39 commit f9f2525
Show file tree
Hide file tree
Showing 14 changed files with 2,953 additions and 0 deletions.
26 changes: 26 additions & 0 deletions src/gallery-formvalidator/build.properties
@@ -0,0 +1,26 @@
# My Custom Module 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-formvalidator

# 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=my.custom.module.js, my.custom.moduleHelperClass.js, my.custom.moduleSubComponentClass.js
component.jsfiles=Validator.js, Button.js, BaseInputField.js, TextBaseField.js, CheckboxField.js, CustomField.js, DoubleField.js, IntegerField.js, GroupBaseField.js, PasswordField.js, MatchField.js, SelectField.js

# The list of modules this component requires. Used to set up the Y.add module call for YUI 3.
component.requires=node, event, dom, base

# The list of modules this component supersedes. Used to set up the Y.add module call for YUI 3.
#component.supersedes=another.custom.module

# The list of modules that are optional for this module. Used to set up the Y.add module call for YUI 3.
component.optional=
7 changes: 7 additions & 0 deletions src/gallery-formvalidator/build.xml
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- YUI 3 Gallery Component Build File -->
<project name="Form Validator" default="local">
<description>Form Validator Build file</description>
<property file="build.properties" />
<import file="${builddir}/3.x/bootstrap.xml" description="Default Build Properties and Targets" />
</project>

0 comments on commit f9f2525

Please sign in to comment.