Skip to content

Commit

Permalink
Build files for uploader-deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
allenrabinovich committed Mar 5, 2012
1 parent ec3da7f commit f7fe747
Show file tree
Hide file tree
Showing 16 changed files with 1,167 additions and 12 deletions.
10 changes: 9 additions & 1 deletion build/loader-yui3/loader-yui3-debug.js
Expand Up @@ -2191,6 +2191,14 @@ YUI.Env[Y.version].modules = YUI.Env[Y.version].modules || {
"uploader-flash"
]
},
"uploader-deprecated": {
"requires": [
"event-custom",
"node",
"base",
"swf"
]
},
"uploader-flash": {
"requires": [
"swf",
Expand Down Expand Up @@ -2378,7 +2386,7 @@ YUI.Env[Y.version].modules = YUI.Env[Y.version].modules || {
]
}
};
YUI.Env[Y.version].md5 = '58800cdbef38386f6478bba60cf10aa4';
YUI.Env[Y.version].md5 = '4cf046fbf0f29c9bdf1aadccc3ed4325';


}, '@VERSION@' ,{requires:['loader-base']});
2 changes: 1 addition & 1 deletion build/loader-yui3/loader-yui3-min.js

Large diffs are not rendered by default.

10 changes: 9 additions & 1 deletion build/loader-yui3/loader-yui3.js
Expand Up @@ -2191,6 +2191,14 @@ YUI.Env[Y.version].modules = YUI.Env[Y.version].modules || {
"uploader-flash"
]
},
"uploader-deprecated": {
"requires": [
"event-custom",
"node",
"base",
"swf"
]
},
"uploader-flash": {
"requires": [
"swf",
Expand Down Expand Up @@ -2378,7 +2386,7 @@ YUI.Env[Y.version].modules = YUI.Env[Y.version].modules || {
]
}
};
YUI.Env[Y.version].md5 = '58800cdbef38386f6478bba60cf10aa4';
YUI.Env[Y.version].md5 = '4cf046fbf0f29c9bdf1aadccc3ed4325';


}, '@VERSION@' ,{requires:['loader-base']});
10 changes: 9 additions & 1 deletion build/loader/loader-debug.js
Expand Up @@ -4891,6 +4891,14 @@ YUI.Env[Y.version].modules = YUI.Env[Y.version].modules || {
"uploader-flash"
]
},
"uploader-deprecated": {
"requires": [
"event-custom",
"node",
"base",
"swf"
]
},
"uploader-flash": {
"requires": [
"swf",
Expand Down Expand Up @@ -5078,7 +5086,7 @@ YUI.Env[Y.version].modules = YUI.Env[Y.version].modules || {
]
}
};
YUI.Env[Y.version].md5 = '58800cdbef38386f6478bba60cf10aa4';
YUI.Env[Y.version].md5 = '4cf046fbf0f29c9bdf1aadccc3ed4325';


}, '@VERSION@' ,{requires:['loader-base']});
Expand Down
2 changes: 1 addition & 1 deletion build/loader/loader-min.js

Large diffs are not rendered by default.

10 changes: 9 additions & 1 deletion build/loader/loader.js
Expand Up @@ -4850,6 +4850,14 @@ YUI.Env[Y.version].modules = YUI.Env[Y.version].modules || {
"uploader-flash"
]
},
"uploader-deprecated": {
"requires": [
"event-custom",
"node",
"base",
"swf"
]
},
"uploader-flash": {
"requires": [
"swf",
Expand Down Expand Up @@ -5037,7 +5045,7 @@ YUI.Env[Y.version].modules = YUI.Env[Y.version].modules || {
]
}
};
YUI.Env[Y.version].md5 = '58800cdbef38386f6478bba60cf10aa4';
YUI.Env[Y.version].md5 = '4cf046fbf0f29c9bdf1aadccc3ed4325';


}, '@VERSION@' ,{requires:['loader-base']});
Expand Down
Binary file added build/uploader-deprecated/assets/uploader.swf
Binary file not shown.

0 comments on commit f7fe747

Please sign in to comment.