Bug 894306 - Filelink: YouSendIt is now Hightail. r=mconley
Landing on CLOSED TREE.
# Update in text refs
find ./ -type f -exec sed -i 's/YouSendIt/Hightail/g' {} \;
find ./ -type f -exec sed -i 's/yousendit/hightail/g' {} \;
find ./ -type f -exec sed -i 's/youSendIt/hightail/g' {} \;
# Change dirs
for file in $(find . -type d -name "*YouSendIt*"); do hg mv $file `echo $file | sed s/YouSendIt/Hightail/`; done
for file in $(find . -type d -name "*yousendit*"); do hg mv $file `echo $file | sed s/yousendit/hightail/`; done
# Change files
for file in $(find . -type f -name "*YouSendIt*"); do hg mv $file `echo $file | sed s/YouSendIt/Hightail/`; done
for file in $(find . -type f -name "*yousendit*"); do hg mv $file `echo $file | sed s/yousendit/hightail/`; done
# Manual updates:
- a couple of urls
- reorder the file in mail/components/cloudfile/moz.build
- some YSI -> Hightail
- some _ysi -> _hightail
component {dd2bce44-ca71-42ce-b806-6fa4e073919c} nsHightail.js
contract @mozilla.org/mail/hightail;1 {dd2bce44-ca71-42ce-b806-6fa4e073919c}
# Hightail used to be named YouSendIt, which is the constant used in the prefs.
category cloud-files YouSendIt @mozilla.org/mail/hightail;1
component {9a44742b-a7b1-4f44-919e-6f3b28902c1a} nsUbuntuOne.js
contract @mozilla.org/mail/ubuntuone;1 {9a44742b-a7b1-4f44-919e-6f3b28902c1a}
category cloud-files UbuntuOne @mozilla.org/mail/ubuntuone;1
component {c06a8707-7463-416c-8b39-e85044a4ff6e} nsBox.js
contract @mozilla.org/mail/box;1 {c06a8707-7463-416c-8b39-e85044a4ff6e}
category cloud-files Box @mozilla.org/mail/box;1