Skip to content

Commit

Permalink
gallery-2012.09.26-20-36 twobit gallery-anim-native
Browse files Browse the repository at this point in the history
  • Loading branch information
YUI Builder committed Sep 26, 2012
1 parent db65094 commit 2dbf816
Show file tree
Hide file tree
Showing 5 changed files with 672 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/gallery-anim-native/build.json
@@ -0,0 +1,16 @@
{
"name": "gallery-anim-native",
"builds": {
"gallery-anim-native": {
"jsfiles": [
"anim-native.js"
],
"config": {
"use": [
"node",
"base"
]
}
}
}
}
8 changes: 8 additions & 0 deletions src/gallery-anim-native/build.properties
@@ -0,0 +1,8 @@
# Anim Native Build Properties
builddir=../../../builder/componentbuild
component=gallery-anim-native
component.jsfiles=anim-native.js
component.requires=
component.supersedes=
component.optional=
component.skinnable=false
7 changes: 7 additions & 0 deletions src/gallery-anim-native/build.xml
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- YUI 3 Gallery Component Build File -->
<project name="Anim Native" default="local">
<description>Anim Native 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 2dbf816

Please sign in to comment.