Skip to content

Commit

Permalink
Fixed 2531320. Synchronized build files with correct IO metadata.
Browse files Browse the repository at this point in the history
  • Loading branch information
TSHA committed Oct 21, 2011
1 parent 8fad6d7 commit 9813f48
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
3 changes: 2 additions & 1 deletion build/io-xdr/io-xdr-debug.js
Expand Up @@ -309,4 +309,5 @@ event is fired, this value will be set to 0.
Y.io.xdr = { delay : 100 };


}, '@VERSION@' ,{requires:['io-base','datatype-xml']});

}, '@VERSION@' ,{requires:['io-base','datatype-xml-parse']});
2 changes: 1 addition & 1 deletion build/io-xdr/io-xdr-min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion build/io-xdr/io-xdr.js
Expand Up @@ -309,4 +309,5 @@ event is fired, this value will be set to 0.
Y.io.xdr = { delay : 100 };


}, '@VERSION@' ,{requires:['io-base','datatype-xml']});

}, '@VERSION@' ,{requires:['io-base','datatype-xml-parse']});
4 changes: 2 additions & 2 deletions src/io/io-xdr.properties
@@ -1,7 +1,7 @@


builddir=../../../builder/componentbuild
srcdir=../../
#global.build.component=${srcdir}/build/io
component=io-xdr
component.jsfiles=io-xdr.js
component.requires=io-base,datatype-xml
component.requires=io-base,datatype-xml-parse

0 comments on commit 9813f48

Please sign in to comment.