Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TIMOB-3465 Fix detection of XML module #276

Merged
merged 1 commit into from Jul 27, 2011
Merged

TIMOB-3465 Fix detection of XML module #276

merged 1 commit into from Jul 27, 2011

Conversation

billdawson
Copy link
Contributor

http://jira.appcelerator.org/browse/TIMOB-3465

XML module was not being included in build because:

a) It has an all upper case name, which means it was being treated as a constant rather than a module.
b) No other module outside of Network had a dependency on it, and only Yahoo has a dependency on Network, so it was easy for XML to be avoided given (a) above.

Fail case is in the item description.

@marshall
Copy link
Contributor

Code review accepted

@donthorp
Copy link
Contributor

Code reviewed and functionally tested. Request Accepted.

donthorp added a commit that referenced this pull request Jul 27, 2011
TIMOB-3465 Fix detection of XML module
@donthorp donthorp merged commit e10bffc into tidev:master Jul 27, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants